Html Css Color HEX #C49C9A Eunry

📋 copy color: '#C49C9A'

red 196 ◦ green 156 ◦ blue 154

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

Shades of Eunry #C49C9A

Tints of Eunry #C49C9A

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 38.74%
G = 30.83%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C49C9A (or 0xC49C9A) is known color: Eunry. HEX triplet: C4, 9C and 9A. RGB value is (196,156,154). Sum of RGB (Red+Green+Blue) = 196+156+154=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C9A is #3B6365. Grayscale: #A7A7A7. Windows color (decimal): -3892070 or 10132676. OLE color: 10132676.

HSL color Cylindrical-coordinate representation of color #C49C9A: hue angle of 2.86º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49C9A is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 156 154 -
CMYK 0 0.20 0.21 0.23
HSL 2.86º 0.26% 0.69% -
HSV(B) 2.86º 0.21% 0.77% -
XYZ 40.49 37.85 35.74 -
YUV 167.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 196 156 154 0 0.20 0.21 0.23 2.86 0.26 0.69
Hex C4 9C 9A 0 14 15 17 3 1A 45
Octal 304 234 232 0 24 25 27 3 32 105
Binary 11000100 10011100 10011010 0 10100 10101 10111 11 11010 1000101

Color Harmonies of #C49C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C9A

Black with #C49C9A

Text Example


Text Example

White with #C49C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C9A; }

 p { color: rgb(196,156,154); }

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

background-color css

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

 a { background-color: rgb(196,156,154); }

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

border-color css

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

 span { border-color: rgb(196,156,154); }

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