Html Css Color HEX #CCA399 Eunry

📋 copy color: '#CCA399'

red 204 ◦ green 163 ◦ blue 153

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

Shades of Eunry #CCA399

Tints of Eunry #CCA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

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

R = 39.23%
G = 31.35%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA399 (or 0xCCA399) is known color: Eunry. HEX triplet: CC, A3 and 99. RGB value is (204,163,153). Sum of RGB (Red+Green+Blue) = 204+163+153=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA399 is #335C66. Grayscale: #AEAEAE. Windows color (decimal): -3365991 or 10068940. OLE color: 10068940.

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

Color convert

RGB 204 163 153 -
CMYK 0 0.20 0.25 0.2
HSL 11.76º 0.33% 0.7% -
HSV(B) 11.76º 0.25% 0.8% -
XYZ 43.75 41.33 35.81 -
YUV 174.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 204 163 153 0 0.20 0.25 0.2 11.76 0.33 0.7
Hex CC A3 99 0 14 19 14 C 21 46
Octal 314 243 231 0 24 31 24 14 41 106
Binary 11001100 10100011 10011001 0 10100 11001 10100 1100 100001 1000110

Color Harmonies of #CCA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA399

Black with #CCA399

Text Example


Text Example

White with #CCA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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