#CDA4BE

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

Shades of Maverick #CDA4BE

Tints of Maverick #CDA4BE

Color information

#CDA4BE (or 0xCDA4BE) is unknown color: approx Maverick. HEX triplet: CD, A4 and BE. RGB value is (205,164,190). Sum of RGB (Red+Green+Blue) = 205+164+190=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4BE is #325B41. Grayscale: #B3B3B3. Windows color (decimal): -3300162 or 12494029. OLE color: 12494029.

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

Color convert

RGB205164190-
CMYK00.20.070.20
HSL321.95º29.08%72.35%-
HSV(B)321.95º20%80.39%-
XYZ47.7543.2554.55-
YUV179.22134.08146.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=36.67%
G=29.34%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516419000.20.070.20321.9529.0872.35
HexCDA4BE0147141421d48
Octal31524427602472450235110
Binary11001101101001001011111001010011110100101000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4BE; }

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

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

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

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

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

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

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

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