#CDA9BE

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

Shades of Maverick #CDA9BE

Tints of Maverick #CDA9BE

Color information

#CDA9BE (or 0xCDA9BE) is unknown color: approx Maverick. HEX triplet: CD, A9 and BE. RGB value is (205,169,190). Sum of RGB (Red+Green+Blue) = 205+169+190=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9BE is #325641. Grayscale: #B6B6B6. Windows color (decimal): -3298882 or 12495309. OLE color: 12495309.

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

Color convert

RGB205169190-
CMYK00.180.070.20
HSL325º26.47%73.33%-
HSV(B)325º17.56%80.39%-
XYZ48.6645.0754.85-
YUV182.16132.43144.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=36.35%
G=29.96%
B=33.69%

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
Decimal20516919000.180.070.2032526.4773.33
HexCDA9BE0127141451a49
Octal31525127602272450532111
Binary11001101101010011011111001001011110100101000101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9BE; }

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

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

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

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

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

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

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

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