#CCB1BF

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

Shades of Maverick #CCB1BF

Tints of Maverick #CCB1BF

Color information

#CCB1BF (or 0xCCB1BF) is unknown color: approx Maverick. HEX triplet: CC, B1 and BF. RGB value is (204,177,191). Sum of RGB (Red+Green+Blue) = 204+177+191=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1BF is #334E40. Grayscale: #BABABA. Windows color (decimal): -3362369 or 12562892. OLE color: 12562892.

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

Color convert

RGB204177191-
CMYK00.130.060.2
HSL328.89º20.93%74.71%-
HSV(B)328.89º13.24%80%-
XYZ50.0348.0455.93-
YUV186.67130.45140.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 191 (75% from 255) = 33.39%
R=35.66%
G=30.94%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417719100.130.060.2328.8920.9374.71
HexCCB1BF0D614149154b
Octal31426127701562451125113
Binary1100110010110001101111110110111010100101001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1BF; }

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

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

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

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

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

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

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

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