#CDAAC5

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

Shades of Maverick #CDAAC5

Tints of Maverick #CDAAC5

Color information

#CDAAC5 (or 0xCDAAC5) is unknown color: approx Maverick. HEX triplet: CD, AA and C5. RGB value is (205,170,197). Sum of RGB (Red+Green+Blue) = 205+170+197=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAC5 is #32553A. Grayscale: #B7B7B7. Windows color (decimal): -3298619 or 12954317. OLE color: 12954317.

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

Color convert

RGB205170197-
CMYK00.170.040.20
HSL313.71º25.93%73.53%-
HSV(B)313.71º17.07%80.39%-
XYZ49.6345.7659.04-
YUV183.54135.6143.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=35.84%
G=29.72%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517019700.170.040.20313.7125.9373.53
HexCDAAC501141413a1a4a
Octal31525230502142447232112
Binary11001101101010101100010101000110010100100111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAC5; }

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

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

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

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

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

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

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

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