#CDA990

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

Shades of Cameo #CDA990

Tints of Cameo #CDA990

Color information

#CDA990 (or 0xCDA990) is unknown color: approx Cameo. HEX triplet: CD, A9 and 90. RGB value is (205,169,144). Sum of RGB (Red+Green+Blue) = 205+169+144=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA990 is #32566F. Grayscale: #B1B1B1. Windows color (decimal): -3298928 or 9480653. OLE color: 9480653.

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

Color convert

RGB205169144-
CMYK00.180.300.20
HSL24.59º37.89%68.43%-
HSV(B)24.59º29.76%80.39%-
XYZ44.443.3732.42-
YUV176.91109.43148.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=39.58%
G=32.63%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516914400.180.300.2024.5937.8968.43
HexCDA9900121E14192644
Octal31525122002236243146104
Binary1100110110101001100100000100101111010100110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA990; }

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

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

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

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

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

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

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

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