#CDA384

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

Shades of Cameo #CDA384

Tints of Cameo #CDA384

Color information

#CDA384 (or 0xCDA384) is unknown color: approx Cameo. HEX triplet: CD, A3 and 84. RGB value is (205,163,132). Sum of RGB (Red+Green+Blue) = 205+163+132=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA384 is #325C7B. Grayscale: #ACACAC. Windows color (decimal): -3300476 or 8692685. OLE color: 8692685.

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

Color convert

RGB205163132-
CMYK00.200.360.20
HSL25.48º42.2%66.08%-
HSV(B)25.48º35.61%80.39%-
XYZ42.4440.8427.48-
YUV172.02105.41151.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=41%
G=32.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516313200.200.360.2025.4842.266.08
HexCDA3840142414192a42
Octal31524320402444243152102
Binary11001101101000111000010001010010010010100110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA384; }

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

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

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

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

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

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

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

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