#CCB1BE

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

Shades of Maverick #CCB1BE

Tints of Maverick #CCB1BE

Color information

#CCB1BE (or 0xCCB1BE) is unknown color: approx Maverick. HEX triplet: CC, B1 and BE. RGB value is (204,177,190). Sum of RGB (Red+Green+Blue) = 204+177+190=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1BE is #334E41. Grayscale: #BABABA. Windows color (decimal): -3362370 or 12497356. OLE color: 12497356.

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

Color convert

RGB204177190-
CMYK00.130.070.2
HSL331.11º20.93%74.71%-
HSV(B)331.11º13.24%80%-
XYZ49.924855.35-
YUV186.55129.95140.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=35.73%
G=31.00%
B=33.27%

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
Decimal20417719000.130.070.2331.1120.9374.71
HexCCB1BE0D71414b154b
Octal31426127601572451325113
Binary1100110010110001101111100110111110100101001011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1BE; }

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

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

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

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

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

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

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

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