#CDA385

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

Shades of Cameo #CDA385

Tints of Cameo #CDA385

Color information

#CDA385 (or 0xCDA385) is unknown color: approx Cameo. HEX triplet: CD, A3 and 85. RGB value is (205,163,133). Sum of RGB (Red+Green+Blue) = 205+163+133=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA385 is #325C7A. Grayscale: #ACACAC. Windows color (decimal): -3300475 or 8758221. OLE color: 8758221.

HSL color Cylindrical-coordinate representation of color #CDA385: hue angle of 25º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA385 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205163133-
CMYK00.200.350.20
HSL25º41.86%66.27%-
HSV(B)25º35.12%80.39%-
XYZ42.5140.8727.84-
YUV172.14105.91151.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=40.92%
G=32.53%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516313300.200.350.202541.8666.27
HexCDA3850142314192a42
Octal31524320502443243152102
Binary11001101101000111000010101010010001110100110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA385; }

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

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

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

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

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

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

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

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