#CDA9BF

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

Shades of Maverick #CDA9BF

Tints of Maverick #CDA9BF

Color information

#CDA9BF (or 0xCDA9BF) is unknown color: approx Maverick. HEX triplet: CD, A9 and BF. RGB value is (205,169,191). Sum of RGB (Red+Green+Blue) = 205+169+191=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9BF is #325640. Grayscale: #B6B6B6. Windows color (decimal): -3298881 or 12560845. OLE color: 12560845.

HSL color Cylindrical-coordinate representation of color #CDA9BF: hue angle of 323.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9BF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205169191-
CMYK00.180.070.20
HSL323.33º26.47%73.33%-
HSV(B)323.33º17.56%80.39%-
XYZ48.7745.1255.43-
YUV182.27132.93144.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 191 (75% from 255) = 33.81%
R=36.28%
G=29.91%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516919100.180.070.20323.3326.4773.33
HexCDA9BF0127141431a49
Octal31525127702272450332111
Binary11001101101010011011111101001011110100101000011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9BF; }

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

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

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

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

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

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

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

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