#CCADB9

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

Shades of Maverick #CCADB9

Tints of Maverick #CCADB9

Color information

#CCADB9 (or 0xCCADB9) is unknown color: approx Maverick. HEX triplet: CC, AD and B9. RGB value is (204,173,185). Sum of RGB (Red+Green+Blue) = 204+173+185=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB9 is #335246. Grayscale: #B7B7B7. Windows color (decimal): -3363399 or 12168652. OLE color: 12168652.

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

Color convert

RGB204173185-
CMYK00.150.090.2
HSL336.77º23.31%73.92%-
HSV(B)336.77º15.2%80%-
XYZ48.646.2352.26-
YUV183.64128.77142.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=36.30%
G=30.78%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417318500.150.090.2336.7723.3173.92
HexCCADB90F914151174a
Octal314255271017112452127112
Binary11001100101011011011100101111100110100101010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADB9; }

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

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

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

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

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

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

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

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