#CDAAC1

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

Shades of Maverick #CDAAC1

Tints of Maverick #CDAAC1

Color information

#CDAAC1 (or 0xCDAAC1) is unknown color: approx Maverick. HEX triplet: CD, AA and C1. RGB value is (205,170,193). Sum of RGB (Red+Green+Blue) = 205+170+193=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAC1 is #32553E. Grayscale: #B7B7B7. Windows color (decimal): -3298623 or 12692173. OLE color: 12692173.

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

Color convert

RGB205170193-
CMYK00.170.060.20
HSL320.57º25.93%73.53%-
HSV(B)320.57º17.07%80.39%-
XYZ49.1845.5856.66-
YUV183.09133.6143.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=36.09%
G=29.93%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517019300.170.060.20320.5725.9373.53
HexCDAAC10116141411a4a
Octal31525230102162450132112
Binary11001101101010101100000101000111010100101000001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAC1; }

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

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

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

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

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

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

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

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