#CCACBE

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

Shades of Maverick #CCACBE

Tints of Maverick #CCACBE

Color information

#CCACBE (or 0xCCACBE) is unknown color: approx Maverick. HEX triplet: CC, AC and BE. RGB value is (204,172,190). Sum of RGB (Red+Green+Blue) = 204+172+190=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBE is #335341. Grayscale: #B7B7B7. Windows color (decimal): -3363650 or 12496076. OLE color: 12496076.

HSL color Cylindrical-coordinate representation of color #CCACBE: hue angle of 326.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACBE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204172190-
CMYK00.160.070.2
HSL326.25º23.88%73.73%-
HSV(B)326.25º15.69%80%-
XYZ48.9546.0655.03-
YUV183.62131.6142.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=36.04%
G=30.39%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417219000.160.070.2326.2523.8873.73
HexCCACBE010714146184a
Octal31425427602072450630112
Binary11001100101011001011111001000011110100101000110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACBE; }

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

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

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

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

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

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

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

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