#CCADC4

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

Shades of Maverick #CCADC4

Tints of Maverick #CCADC4

Color information

#CCADC4 (or 0xCCADC4) is unknown color: approx Maverick. HEX triplet: CC, AD and C4. RGB value is (204,173,196). Sum of RGB (Red+Green+Blue) = 204+173+196=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC4 is #33523B. Grayscale: #B8B8B8. Windows color (decimal): -3363388 or 12889548. OLE color: 12889548.

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

Color convert

RGB204173196-
CMYK00.150.040.2
HSL315.48º23.31%73.92%-
HSV(B)315.48º15.2%80%-
XYZ49.8146.7158.62-
YUV184.89134.27141.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=35.60%
G=30.19%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417319600.150.040.2315.4823.3173.92
HexCCADC40F41413b174a
Octal31425530401742447327112
Binary1100110010101101110001000111110010100100111011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADC4; }

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

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

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

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

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

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

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

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