#CCB3BF

Color #CCB3BF Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CCB3BF

Tints of Maverick #CCB3BF

Color information

#CCB3BF (or 0xCCB3BF) is unknown color: approx Maverick. HEX triplet: CC, B3 and BF. RGB value is (204,179,191). Sum of RGB (Red+Green+Blue) = 204+179+191=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BF is #334C40. Grayscale: #BBBBBB. Windows color (decimal): -3361857 or 12563404. OLE color: 12563404.

HSL color Cylindrical-coordinate representation of color #CCB3BF: hue angle of 331.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB3BF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204179191-
CMYK00.120.060.2
HSL331.2º19.69%75.1%-
HSV(B)331.2º12.25%80%-
XYZ50.4348.8456.06-
YUV187.84129.78139.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 191 (75% from 255) = 33.28%
R=35.54%
G=31.18%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417919100.120.060.2331.219.6975.1
HexCCB3BF0C61414b144b
Octal31426327701462451324113
Binary1100110010110011101111110110011010100101001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3BF; }

 p { color: rgb(204,179,191); }

 H1.HeaderClassName
 {
   color: #CCB3BF;
 }
 .AnyTagClassName
 {
   color: #CCB3BF;
 }
</style>
background-color css

<style>
 a { background-color: #CCB3BF; }

 a { background-color: rgb(204,179,191); }

 div.DivClassName
 {
   background-color: #CCB3BF;
 }
 .BgClassName
 {
   background-color: #CCB3BF;
 }
</style>
border-color css

<style>
 span { border-color: #CCB3BF; }

 span { border-color: rgb(204,179,191); }

 td.TdClassName
 {
   border-color: #CCB3BF;
 }
 .TagClassName
 {
   border-color: #CCB3BF;
 }
</style>