Html Css Color HEX #CCA899 Eunry

📋 copy color: '#CCA899'

red 204 ◦ green 168 ◦ blue 153

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

Shades of Eunry #CCA899

Tints of Eunry #CCA899

RGB

 RED value IS 204 (80.08% from 255) = 38.86%

 GREEN value IS 168 (66.02% from 255) = 32%

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 38.86%
G = 32%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA899 (or 0xCCA899) is known color: Eunry. HEX triplet: CC, A8 and 99. RGB value is (204,168,153). Sum of RGB (Red+Green+Blue) = 204+168+153=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA899 is #335766. Grayscale: #B1B1B1. Windows color (decimal): -3364711 or 10070220. OLE color: 10070220.

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

Color convert

RGB 204 168 153 -
CMYK 0 0.18 0.25 0.2
HSL 17.65º 0.33% 0.7% -
HSV(B) 17.65º 0.25% 0.8% -
XYZ 44.65 43.14 36.11 -
YUV 177.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 204 168 153 0 0.18 0.25 0.2 17.65 0.33 0.7
Hex CC A8 99 0 12 19 14 12 21 46
Octal 314 250 231 0 22 31 24 22 41 106
Binary 11001100 10101000 10011001 0 10010 11001 10100 10010 100001 1000110

Color Harmonies of #CCA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA899

Black with #CCA899

Text Example


Text Example

White with #CCA899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA899; }

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

 H1.HeaderClassName
 {
   color: #CCA899;
 }
 .AnyTagClassName
 {
   color: #CCA899;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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