#CDA68B

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

Shades of Cameo #CDA68B

Tints of Cameo #CDA68B

Color information

#CDA68B (or 0xCDA68B) is unknown color: approx Cameo. HEX triplet: CD, A6 and 8B. RGB value is (205,166,139). Sum of RGB (Red+Green+Blue) = 205+166+139=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA68B is #325974. Grayscale: #AEAEAE. Windows color (decimal): -3299701 or 9152205. OLE color: 9152205.

HSL color Cylindrical-coordinate representation of color #CDA68B: hue angle of 24.55º 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 #CDA68B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205166139-
CMYK00.190.320.20
HSL24.55º39.76%67.45%-
HSV(B)24.55º32.2%80.39%-
XYZ43.4742.1230.26-
YUV174.58107.92149.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=40.20%
G=32.55%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516613900.190.320.2024.5539.7667.45
HexCDA68B0132014192843
Octal31524621302340243150103
Binary11001101101001101000101101001110000010100110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA68B; }

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

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

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

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

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

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

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

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