#CDAFBF

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

Shades of Maverick #CDAFBF

Tints of Maverick #CDAFBF

Color information

#CDAFBF (or 0xCDAFBF) is unknown color: approx Maverick. HEX triplet: CD, AF and BF. RGB value is (205,175,191). Sum of RGB (Red+Green+Blue) = 205+175+191=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFBF is #325040. Grayscale: #B9B9B9. Windows color (decimal): -3297345 or 12562381. OLE color: 12562381.

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

Color convert

RGB205175191-
CMYK00.150.070.20
HSL328º23.08%74.51%-
HSV(B)328º14.63%80.39%-
XYZ49.9147.455.81-
YUV185.79130.94141.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 191 (75% from 255) = 33.45%
R=35.90%
G=30.65%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517519100.150.070.2032823.0874.51
HexCDAFBF0F714148174b
Octal31525727701772451027113
Binary1100110110101111101111110111111110100101001000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFBF; }

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

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

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

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

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

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

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

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