#CCA799

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

Shades of Eunry #CCA799

Tints of Eunry #CCA799

Color information

#CCA799 (or 0xCCA799) is unknown color: approx Eunry. HEX triplet: CC, A7 and 99. RGB value is (204,167,153). Sum of RGB (Red+Green+Blue) = 204+167+153=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA799 is #335866. Grayscale: #B0B0B0. Windows color (decimal): -3364967 or 10069964. OLE color: 10069964.

HSL color Cylindrical-coordinate representation of color #CCA799: hue angle of 16.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA799 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204167153-
CMYK00.180.250.2
HSL16.47º33.33%70%-
HSV(B)16.47º25%80%-
XYZ44.4742.7736.05-
YUV176.47114.76147.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=38.93%
G=31.87%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416715300.180.250.216.4733.3370
HexCCA7990121914102146
Octal31424723102231242041106
Binary1100110010100111100110010100101100110100100001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA799; }

 p { color: rgb(204,167,153); }

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

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

 a { background-color: rgb(204,167,153); }

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

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

 span { border-color: rgb(204,167,153); }

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