#CDACC3

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

Shades of Maverick #CDACC3

Tints of Maverick #CDACC3

Color information

#CDACC3 (or 0xCDACC3) is unknown color: approx Maverick. HEX triplet: CD, AC and C3. RGB value is (205,172,195). Sum of RGB (Red+Green+Blue) = 205+172+195=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC3 is #32533C. Grayscale: #B8B8B8. Windows color (decimal): -3298109 or 12823757. OLE color: 12823757.

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

Color convert

RGB205172195-
CMYK00.160.050.20
HSL318.18º24.81%73.92%-
HSV(B)318.18º16.1%80.39%-
XYZ49.7846.4257.97-
YUV184.49133.93142.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 195 (76.56% from 255) = 34.09%
R=35.84%
G=30.07%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517219500.160.050.20318.1824.8173.92
HexCDACC301051413e194a
Octal31525430302052447631112
Binary11001101101011001100001101000010110100100111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACC3; }

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

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

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

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

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

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

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

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