#CCB4BE

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

Shades of Maverick #CCB4BE

Tints of Maverick #CCB4BE

Color information

#CCB4BE (or 0xCCB4BE) is unknown color: approx Maverick. HEX triplet: CC, B4 and BE. RGB value is (204,180,190). Sum of RGB (Red+Green+Blue) = 204+180+190=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4BE is #334B41. Grayscale: #BCBCBC. Windows color (decimal): -3361602 or 12498124. OLE color: 12498124.

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

Color convert

RGB204180190-
CMYK00.120.070.2
HSL335º19.05%75.29%-
HSV(B)335º11.76%80%-
XYZ50.5249.255.55-
YUV188.32128.95139.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=35.54%
G=31.36%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418019000.120.070.233519.0575.29
HexCCB4BE0C71414f134b
Octal31426427601472451723113
Binary1100110010110100101111100110011110100101001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4BE; }

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

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

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

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

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

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

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

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