#CCADBB

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

Shades of Maverick #CCADBB

Tints of Maverick #CCADBB

Color information

#CCADBB (or 0xCCADBB) is unknown color: approx Maverick. HEX triplet: CC, AD and BB. RGB value is (204,173,187). Sum of RGB (Red+Green+Blue) = 204+173+187=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBB is #335244. Grayscale: #B7B7B7. Windows color (decimal): -3363397 or 12299724. OLE color: 12299724.

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

Color convert

RGB204173187-
CMYK00.150.080.2
HSL332.9º23.31%73.92%-
HSV(B)332.9º15.2%80%-
XYZ48.8246.3153.38-
YUV183.86129.77142.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=36.17%
G=30.67%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417318700.150.080.2332.923.3173.92
HexCCADBB0F81414d174a
Octal314255273017102451527112
Binary11001100101011011011101101111100010100101001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADBB; }

 p { color: rgb(204,173,187); }

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

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

 a { background-color: rgb(204,173,187); }

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

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

 span { border-color: rgb(204,173,187); }

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