#CDA788

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

Shades of Cameo #CDA788

Tints of Cameo #CDA788

Color information

#CDA788 (or 0xCDA788) is unknown color: approx Cameo. HEX triplet: CD, A7 and 88. RGB value is (205,167,136). Sum of RGB (Red+Green+Blue) = 205+167+136=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA788 is #325877. Grayscale: #AEAEAE. Windows color (decimal): -3299448 or 8955853. OLE color: 8955853.

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

Color convert

RGB205167136-
CMYK00.190.340.20
HSL26.96º40.83%66.86%-
HSV(B)26.96º33.66%80.39%-
XYZ43.4442.3929.19-
YUV174.83106.09149.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=40.35%
G=32.87%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516713600.190.340.2026.9640.8366.86
HexCDA78801322141b2943
Octal31524721002342243351103
Binary11001101101001111000100001001110001010100110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA788; }

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

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

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

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

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

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

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

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