Html Css Color HEX #CCA199 Eunry

📋 copy color: '#CCA199'

red 204 ◦ green 161 ◦ blue 153

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

Shades of Eunry #CCA199

Tints of Eunry #CCA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

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

R = 39.38%
G = 31.08%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA199 (or 0xCCA199) is known color: Eunry. HEX triplet: CC, A1 and 99. RGB value is (204,161,153). Sum of RGB (Red+Green+Blue) = 204+161+153=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA199 is #335E66. Grayscale: #ADADAD. Windows color (decimal): -3366503 or 10068428. OLE color: 10068428.

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

Color convert

RGB 204 161 153 -
CMYK 0 0.21 0.25 0.2
HSL 9.41º 0.33% 0.7% -
HSV(B) 9.41º 0.25% 0.8% -
XYZ 43.4 40.63 35.69 -
YUV 172.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 204 161 153 0 0.21 0.25 0.2 9.41 0.33 0.7
Hex CC A1 99 0 15 19 14 9 21 46
Octal 314 241 231 0 25 31 24 11 41 106
Binary 11001100 10100001 10011001 0 10101 11001 10100 1001 100001 1000110

Color Harmonies of #CCA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA199

Black with #CCA199

Text Example


Text Example

White with #CCA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA199; }

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

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

background-color css

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

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

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

border-color css

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

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

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