#CDA790

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

Shades of Cameo #CDA790

Tints of Cameo #CDA790

Color information

#CDA790 (or 0xCDA790) is unknown color: approx Cameo. HEX triplet: CD, A7 and 90. RGB value is (205,167,144). Sum of RGB (Red+Green+Blue) = 205+167+144=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA790 is #32586F. Grayscale: #AFAFAF. Windows color (decimal): -3299440 or 9480141. OLE color: 9480141.

HSL color Cylindrical-coordinate representation of color #CDA790: hue angle of 22.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA790 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205167144-
CMYK00.190.300.20
HSL22.62º37.89%68.43%-
HSV(B)22.62º29.76%80.39%-
XYZ44.0342.6332.29-
YUV175.74110.09148.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=39.73%
G=32.36%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516714400.190.300.2022.6237.8968.43
HexCDA7900131E14172644
Octal31524722002336242746104
Binary1100110110100111100100000100111111010100101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA790; }

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

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

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

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

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

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

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

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