#CDAAC3

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

Shades of Maverick #CDAAC3

Tints of Maverick #CDAAC3

Color information

#CDAAC3 (or 0xCDAAC3) is unknown color: approx Maverick. HEX triplet: CD, AA and C3. RGB value is (205,170,195). Sum of RGB (Red+Green+Blue) = 205+170+195=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAC3 is #32553C. Grayscale: #B7B7B7. Windows color (decimal): -3298621 or 12823245. OLE color: 12823245.

HSL color Cylindrical-coordinate representation of color #CDAAC3: hue angle of 317.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDAAC3 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205170195-
CMYK00.170.050.20
HSL317.14º25.93%73.53%-
HSV(B)317.14º17.07%80.39%-
XYZ49.445.6757.84-
YUV183.31134.6143.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=35.96%
G=29.82%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517019500.170.050.20317.1425.9373.53
HexCDAAC301151413d1a4a
Octal31525230302152447532112
Binary11001101101010101100001101000110110100100111101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAC3; }

 p { color: rgb(205,170,195); }

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

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

 a { background-color: rgb(205,170,195); }

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

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

 span { border-color: rgb(205,170,195); }

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