#CDACC5

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

Shades of Maverick #CDACC5

Tints of Maverick #CDACC5

Color information

#CDACC5 (or 0xCDACC5) is unknown color: approx Maverick. HEX triplet: CD, AC and C5. RGB value is (205,172,197). Sum of RGB (Red+Green+Blue) = 205+172+197=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC5 is #32533A. Grayscale: #B8B8B8. Windows color (decimal): -3298107 or 12954829. OLE color: 12954829.

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

Color convert

RGB205172197-
CMYK00.160.040.20
HSL314.55º24.81%73.92%-
HSV(B)314.55º16.1%80.39%-
XYZ50.0146.5259.17-
YUV184.72134.93142.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=35.71%
G=29.97%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517219700.160.040.20314.5524.8173.92
HexCDACC501041413b194a
Octal31525430502042447331112
Binary11001101101011001100010101000010010100100111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACC5; }

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

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

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

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

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

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

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

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