#CDA88E

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

Shades of Cameo #CDA88E

Tints of Cameo #CDA88E

Color information

#CDA88E (or 0xCDA88E) is unknown color: approx Cameo. HEX triplet: CD, A8 and 8E. RGB value is (205,168,142). Sum of RGB (Red+Green+Blue) = 205+168+142=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA88E is #325771. Grayscale: #B0B0B0. Windows color (decimal): -3299186 or 9349325. OLE color: 9349325.

HSL color Cylindrical-coordinate representation of color #CDA88E: hue angle of 24.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA88E is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205168142-
CMYK00.180.310.20
HSL24.76º38.65%68.04%-
HSV(B)24.76º30.73%80.39%-
XYZ44.0642.9431.56-
YUV176.1108.76148.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=39.81%
G=32.62%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516814200.180.310.2024.7638.6568.04
HexCDA88E0121F14192744
Octal31525021602237243147104
Binary1100110110101000100011100100101111110100110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA88E; }

 p { color: rgb(205,168,142); }

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

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

 a { background-color: rgb(205,168,142); }

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

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

 span { border-color: rgb(205,168,142); }

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