#CCADBD

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

Shades of Maverick #CCADBD

Tints of Maverick #CCADBD

Color information

#CCADBD (or 0xCCADBD) is unknown color: approx Maverick. HEX triplet: CC, AD and BD. RGB value is (204,173,189). Sum of RGB (Red+Green+Blue) = 204+173+189=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBD is #335242. Grayscale: #B8B8B8. Windows color (decimal): -3363395 or 12430796. OLE color: 12430796.

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

Color convert

RGB204173189-
CMYK00.150.070.2
HSL329.03º23.31%73.92%-
HSV(B)329.03º15.2%80%-
XYZ49.0346.454.52-
YUV184.09130.77142.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=36.04%
G=30.57%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417318900.150.070.2329.0323.3173.92
HexCCADBD0F714149174a
Octal31425527501772451127112
Binary1100110010101101101111010111111110100101001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADBD; }

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

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

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

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

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

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

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

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