#CDA48E

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

Shades of Cameo #CDA48E

Tints of Cameo #CDA48E

Color information

#CDA48E (or 0xCDA48E) is unknown color: approx Cameo. HEX triplet: CD, A4 and 8E. RGB value is (205,164,142). Sum of RGB (Red+Green+Blue) = 205+164+142=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA48E is #325B71. Grayscale: #ADADAD. Windows color (decimal): -3300210 or 9348301. OLE color: 9348301.

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

Color convert

RGB205164142-
CMYK00.20.310.20
HSL20.95º38.65%68.04%-
HSV(B)20.95º30.73%80.39%-
XYZ43.3341.4831.31-
YUV173.75110.08150.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=40.12%
G=32.09%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516414200.20.310.2020.9538.6568.04
HexCDA48E0141F14152744
Octal31524421602437242547104
Binary1100110110100100100011100101001111110100101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA48E; }

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

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

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

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

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

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

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

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