#CDA2BE

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

Shades of Maverick #CDA2BE

Tints of Maverick #CDA2BE

Color information

#CDA2BE (or 0xCDA2BE) is unknown color: approx Maverick. HEX triplet: CD, A2 and BE. RGB value is (205,162,190). Sum of RGB (Red+Green+Blue) = 205+162+190=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2BE is #325D41. Grayscale: #B1B1B1. Windows color (decimal): -3300674 or 12493517. OLE color: 12493517.

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

Color convert

RGB205162190-
CMYK00.210.070.20
HSL320.93º30.07%71.96%-
HSV(B)320.93º20.98%80.39%-
XYZ47.3942.5454.43-
YUV178.05134.75147.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=36.80%
G=29.08%
B=34.11%

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
Decimal20516219000.210.070.20320.9330.0771.96
HexCDA2BE0157141411e48
Octal31524227602572450136110
Binary11001101101000101011111001010111110100101000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2BE; }

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

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

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

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

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

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

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

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