Html Css Color HEX #CCA699 Eunry

📋 copy color: '#CCA699'

red 204 ◦ green 166 ◦ blue 153

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

Shades of Eunry #CCA699

Tints of Eunry #CCA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.74%

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

R = 39.01%
G = 31.74%
B = 29.25%

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

#CCA699 (or 0xCCA699) is known color: Eunry. HEX triplet: CC, A6 and 99. RGB value is (204,166,153). Sum of RGB (Red+Green+Blue) = 204+166+153=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA699 is #335966. Grayscale: #AFAFAF. Windows color (decimal): -3365223 or 10069708. OLE color: 10069708.

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

Color convert

RGB 204 166 153 -
CMYK 0 0.19 0.25 0.2
HSL 15.29º 0.33% 0.7% -
HSV(B) 15.29º 0.25% 0.8% -
XYZ 44.29 42.41 35.99 -
YUV 175.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 204 166 153 0 0.19 0.25 0.2 15.29 0.33 0.7
Hex CC A6 99 0 13 19 14 F 21 46
Octal 314 246 231 0 23 31 24 17 41 106
Binary 11001100 10100110 10011001 0 10011 11001 10100 1111 100001 1000110

Color Harmonies of #CCA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA699

Black with #CCA699

Text Example


Text Example

White with #CCA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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