#CDACC6

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

Shades of Maverick #CDACC6

Tints of Maverick #CDACC6

Color information

#CDACC6 (or 0xCDACC6) is unknown color: approx Maverick. HEX triplet: CD, AC and C6. RGB value is (205,172,198). Sum of RGB (Red+Green+Blue) = 205+172+198=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC6 is #325339. Grayscale: #B8B8B8. Windows color (decimal): -3298106 or 13020365. OLE color: 13020365.

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

Color convert

RGB205172198-
CMYK00.160.030.20
HSL312.73º24.81%73.92%-
HSV(B)312.73º16.1%80.39%-
XYZ50.1246.5659.77-
YUV184.83135.43142.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=35.65%
G=29.91%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517219800.160.030.20312.7324.8173.92
HexCDACC6010314139194a
Octal31525430602032447131112
Binary1100110110101100110001100100001110100100111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACC6; }

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

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

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

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

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

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

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

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