#CDA1BE

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

Shades of Maverick #CDA1BE

Tints of Maverick #CDA1BE

Color information

#CDA1BE (or 0xCDA1BE) is unknown color: approx Maverick. HEX triplet: CD, A1 and BE. RGB value is (205,161,190). Sum of RGB (Red+Green+Blue) = 205+161+190=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1BE is #325E41. Grayscale: #B1B1B1. Windows color (decimal): -3300930 or 12493261. OLE color: 12493261.

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

Color convert

RGB205161190-
CMYK00.210.070.20
HSL320.45º30.56%71.76%-
HSV(B)320.45º21.46%80.39%-
XYZ47.2242.1954.37-
YUV177.46135.08147.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=36.87%
G=28.96%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516119000.210.070.20320.4530.5671.76
HexCDA1BE0157141401f48
Octal31524127602572450037110
Binary11001101101000011011111001010111110100101000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1BE; }

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

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

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

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

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

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

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

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