#CCB0BF

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

Shades of Maverick #CCB0BF

Tints of Maverick #CCB0BF

Color information

#CCB0BF (or 0xCCB0BF) is unknown color: approx Maverick. HEX triplet: CC, B0 and BF. RGB value is (204,176,191). Sum of RGB (Red+Green+Blue) = 204+176+191=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0BF is #334F40. Grayscale: #BABABA. Windows color (decimal): -3362625 or 12562636. OLE color: 12562636.

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

Color convert

RGB204176191-
CMYK00.140.060.2
HSL327.86º21.54%74.51%-
HSV(B)327.86º13.73%80%-
XYZ49.8347.6555.86-
YUV186.08130.78140.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 191 (75% from 255) = 33.45%
R=35.73%
G=30.82%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417619100.140.060.2327.8621.5474.51
HexCCB0BF0E614148164b
Octal31426027701662451026113
Binary1100110010110000101111110111011010100101001000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0BF; }

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

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

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

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

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

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

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

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