#CDAFC6

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

Shades of Maverick #CDAFC6

Tints of Maverick #CDAFC6

Color information

#CDAFC6 (or 0xCDAFC6) is unknown color: approx Maverick. HEX triplet: CD, AF and C6. RGB value is (205,175,198). Sum of RGB (Red+Green+Blue) = 205+175+198=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC6 is #325039. Grayscale: #BABABA. Windows color (decimal): -3297338 or 13021133. OLE color: 13021133.

HSL color Cylindrical-coordinate representation of color #CDAFC6: hue angle of 314º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFC6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205175198-
CMYK00.150.030.20
HSL314º23.08%74.51%-
HSV(B)314º14.63%80.39%-
XYZ50.747.7259.96-
YUV186.59134.44141.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=35.47%
G=30.28%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517519800.150.030.2031423.0874.51
HexCDAFC60F31413a174b
Octal31525730601732447227113
Binary110011011010111111000110011111110100100111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFC6; }

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

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

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

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

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

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

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

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