#CDA88B

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

Shades of Cameo #CDA88B

Tints of Cameo #CDA88B

Color information

#CDA88B (or 0xCDA88B) is unknown color: approx Cameo. HEX triplet: CD, A8 and 8B. RGB value is (205,168,139). Sum of RGB (Red+Green+Blue) = 205+168+139=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA88B is #325774. Grayscale: #AFAFAF. Windows color (decimal): -3299189 or 9152717. OLE color: 9152717.

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

Color convert

RGB205168139-
CMYK00.180.320.20
HSL26.36º39.76%67.45%-
HSV(B)26.36º32.2%80.39%-
XYZ43.8442.8530.39-
YUV175.76107.26148.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=40.04%
G=32.81%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516813900.180.320.2026.3639.7667.45
HexCDA88B01220141a2843
Octal31525021302240243250103
Binary11001101101010001000101101001010000010100110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA88B; }

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

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

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

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

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

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

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

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