#CDA778

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

Shades of Cameo #CDA778

Tints of Cameo #CDA778

Color information

#CDA778 (or 0xCDA778) is unknown color: approx Cameo. HEX triplet: CD, A7 and 78. RGB value is (205,167,120). Sum of RGB (Red+Green+Blue) = 205+167+120=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA778 is #325887. Grayscale: #ADADAD. Windows color (decimal): -3299464 or 7907277. OLE color: 7907277.

HSL color Cylindrical-coordinate representation of color #CDA778: hue angle of 33.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA778 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205167120-
CMYK00.190.410.20
HSL33.18º45.95%63.73%-
HSV(B)33.18º41.46%80.39%-
XYZ42.3941.9723.64-
YUV17398.09150.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=41.67%
G=33.94%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516712000.190.410.2033.1845.9563.73
HexCDA7780132914212e40
Octal31524717002351244156100
Binary11001101101001111111000010011101001101001000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA778; }

 p { color: rgb(205,167,120); }

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

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

 a { background-color: rgb(205,167,120); }

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

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

 span { border-color: rgb(205,167,120); }

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