#CDACC0

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

Shades of Maverick #CDACC0

Tints of Maverick #CDACC0

Color information

#CDACC0 (or 0xCDACC0) is unknown color: approx Maverick. HEX triplet: CD, AC and C0. RGB value is (205,172,192). Sum of RGB (Red+Green+Blue) = 205+172+192=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC0 is #32533F. Grayscale: #B8B8B8. Windows color (decimal): -3298112 or 12627149. OLE color: 12627149.

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

Color convert

RGB205172192-
CMYK00.160.060.20
HSL323.64º24.81%73.92%-
HSV(B)323.64º16.1%80.39%-
XYZ49.4446.2956.2-
YUV184.15132.43142.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=36.03%
G=30.23%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517219200.160.060.20323.6424.8173.92
HexCDACC0010614144194a
Octal31525430002062450431112
Binary11001101101011001100000001000011010100101000100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACC0; }

 p { color: rgb(205,172,192); }

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

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

 a { background-color: rgb(205,172,192); }

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

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

 span { border-color: rgb(205,172,192); }

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