#CDA3C1

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

Shades of Maverick #CDA3C1

Tints of Maverick #CDA3C1

Color information

#CDA3C1 (or 0xCDA3C1) is unknown color: approx Maverick. HEX triplet: CD, A3 and C1. RGB value is (205,163,193). Sum of RGB (Red+Green+Blue) = 205+163+193=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3C1 is #325C3E. Grayscale: #B2B2B2. Windows color (decimal): -3300415 or 12690381. OLE color: 12690381.

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

Color convert

RGB205163193-
CMYK00.200.060.20
HSL317.14º29.58%72.16%-
HSV(B)317.14º20.49%80.39%-
XYZ47.943.0256.23-
YUV178.98135.91146.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=36.54%
G=29.06%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516319300.200.060.20317.1429.5872.16
HexCDA3C101461413d1e48
Octal31524330102462447536110
Binary11001101101000111100000101010011010100100111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA3C1; }

 p { color: rgb(205,163,193); }

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

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

 a { background-color: rgb(205,163,193); }

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

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

 span { border-color: rgb(205,163,193); }

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