#CCA598

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

Shades of Eunry #CCA598

Tints of Eunry #CCA598

Color information

#CCA598 (or 0xCCA598) is unknown color: approx Eunry. HEX triplet: CC, A5 and 98. RGB value is (204,165,152). Sum of RGB (Red+Green+Blue) = 204+165+152=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA598 is #335A67. Grayscale: #AFAFAF. Windows color (decimal): -3365480 or 10003916. OLE color: 10003916.

HSL color Cylindrical-coordinate representation of color #CCA598: hue angle of 15º degrees, saturation: 0.34, 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 #CCA598 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204165152-
CMYK00.190.250.2
HSL15º33.77%69.8%-
HSV(B)15º25.49%80%-
XYZ44.0242.0135.5-
YUV175.18114.92148.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=39.16%
G=31.67%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416515200.190.250.21533.7769.8
HexCCA5980131914f2246
Octal31424523002331241742106
Binary110011001010010110011000010011110011010011111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA598; }

 p { color: rgb(204,165,152); }

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

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

 a { background-color: rgb(204,165,152); }

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

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

 span { border-color: rgb(204,165,152); }

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