#CCACBD

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

Shades of Maverick #CCACBD

Tints of Maverick #CCACBD

Color information

#CCACBD (or 0xCCACBD) is unknown color: approx Maverick. HEX triplet: CC, AC and BD. RGB value is (204,172,189). Sum of RGB (Red+Green+Blue) = 204+172+189=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBD is #335342. Grayscale: #B7B7B7. Windows color (decimal): -3363651 or 12430540. OLE color: 12430540.

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

Color convert

RGB204172189-
CMYK00.160.070.2
HSL328.12º23.88%73.73%-
HSV(B)328.12º15.69%80%-
XYZ48.8446.0254.45-
YUV183.51131.1142.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=36.11%
G=30.44%
B=33.45%

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
Decimal20417218900.160.070.2328.1223.8873.73
HexCCACBD010714148184a
Octal31425427502072451030112
Binary11001100101011001011110101000011110100101001000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACBD; }

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

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

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

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

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

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

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

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