Html Css Color HEX #CCA598 Eunry

📋 copy color: '#CCA598'

red 204 ◦ green 165 ◦ blue 152

#CCA598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #CCA598

Tints of Eunry #CCA598

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 value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA598 (or 0xCCA598) is known color: 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

RGB 204 165 152 -
CMYK 0 0.19 0.25 0.2
HSL 15º 0.34% 0.7% -
HSV(B) 15º 0.25% 0.8% -
XYZ 44.02 42.01 35.5 -
YUV 175.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 204 165 152 0 0.19 0.25 0.2 15 0.34 0.7
Hex CC A5 98 0 13 19 14 F 22 46
Octal 314 245 230 0 23 31 24 17 42 106
Binary 11001100 10100101 10011000 0 10011 11001 10100 1111 100010 1000110

Color Harmonies of #CCA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA598

Black with #CCA598

Text Example


Text Example

White with #CCA598

Text Example


Text Example

HTML Codes & Css Web 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>