#CCB2BE

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

Shades of Maverick #CCB2BE

Tints of Maverick #CCB2BE

Color information

#CCB2BE (or 0xCCB2BE) is unknown color: approx Maverick. HEX triplet: CC, B2 and BE. RGB value is (204,178,190). Sum of RGB (Red+Green+Blue) = 204+178+190=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BE is #334D41. Grayscale: #BBBBBB. Windows color (decimal): -3362114 or 12497612. OLE color: 12497612.

HSL color Cylindrical-coordinate representation of color #CCB2BE: hue angle of 332.31º degrees, saturation: 0.2, 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 #CCB2BE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204178190-
CMYK00.130.070.2
HSL332.31º20.31%74.9%-
HSV(B)332.31º12.75%80%-
XYZ50.1248.455.42-
YUV187.14129.61140.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=35.66%
G=31.12%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417819000.130.070.2332.3120.3174.9
HexCCB2BE0D71414c144b
Octal31426227601572451424113
Binary1100110010110010101111100110111110100101001100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2BE; }

 p { color: rgb(204,178,190); }

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

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

 a { background-color: rgb(204,178,190); }

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

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

 span { border-color: rgb(204,178,190); }

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