#CDA4BF

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

Shades of Maverick #CDA4BF

Tints of Maverick #CDA4BF

Color information

#CDA4BF (or 0xCDA4BF) is unknown color: approx Maverick. HEX triplet: CD, A4 and BF. RGB value is (205,164,191). Sum of RGB (Red+Green+Blue) = 205+164+191=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4BF is #325B40. Grayscale: #B3B3B3. Windows color (decimal): -3300161 or 12559565. OLE color: 12559565.

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

Color convert

RGB205164191-
CMYK00.20.070.20
HSL320.49º29.08%72.35%-
HSV(B)320.49º20%80.39%-
XYZ47.8643.2955.12-
YUV179.34134.58146.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 191 (75% from 255) = 34.11%
R=36.61%
G=29.29%
B=34.11%

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
Decimal20516419100.20.070.20320.4929.0872.35
HexCDA4BF0147141401d48
Octal31524427702472450035110
Binary11001101101001001011111101010011110100101000000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4BF; }

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

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

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

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

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

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

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

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