#CCADC6

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

Shades of Maverick #CCADC6

Tints of Maverick #CCADC6

Color information

#CCADC6 (or 0xCCADC6) is unknown color: approx Maverick. HEX triplet: CC, AD and C6. RGB value is (204,173,198). Sum of RGB (Red+Green+Blue) = 204+173+198=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC6 is #335239. Grayscale: #B9B9B9. Windows color (decimal): -3363386 or 13020620. OLE color: 13020620.

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

Color convert

RGB204173198-
CMYK00.150.030.2
HSL311.61º23.31%73.92%-
HSV(B)311.61º15.2%80%-
XYZ50.0446.859.82-
YUV185.12135.27141.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=35.48%
G=30.09%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417319800.150.030.2311.6123.3173.92
HexCCADC60F314138174a
Octal31425530601732447027112
Binary110011001010110111000110011111110100100111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADC6; }

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

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

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

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

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

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

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

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