Html Css Color HEX #CCA999 Eunry

📋 copy color: '#CCA999'

red 204 ◦ green 169 ◦ blue 153

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

Shades of Eunry #CCA999

Tints of Eunry #CCA999

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.13%

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

R = 38.78%
G = 32.13%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA999 (or 0xCCA999) is known color: Eunry. HEX triplet: CC, A9 and 99. RGB value is (204,169,153). Sum of RGB (Red+Green+Blue) = 204+169+153=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA999 is #335666. Grayscale: #B1B1B1. Windows color (decimal): -3364455 or 10070476. OLE color: 10070476.

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

Color convert

RGB 204 169 153 -
CMYK 0 0.17 0.25 0.2
HSL 18.82º 0.33% 0.7% -
HSV(B) 18.82º 0.25% 0.8% -
XYZ 44.84 43.51 36.17 -
YUV 177.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 204 169 153 0 0.17 0.25 0.2 18.82 0.33 0.7
Hex CC A9 99 0 11 19 14 13 21 46
Octal 314 251 231 0 21 31 24 23 41 106
Binary 11001100 10101001 10011001 0 10001 11001 10100 10011 100001 1000110

Color Harmonies of #CCA999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA999

Black with #CCA999

Text Example


Text Example

White with #CCA999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA999; }

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

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

background-color css

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

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

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

border-color css

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

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

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