Html Css Color HEX #C8A49B Eunry

📋 copy color: '#C8A49B'

red 200 ◦ green 164 ◦ blue 155

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

Shades of Eunry #C8A49B

Tints of Eunry #C8A49B

RGB

 RED value IS 200 (78.52% from 255) = 38.54%

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 38.54%
G = 31.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8A49B (or 0xC8A49B) is known color: Eunry. HEX triplet: C8, A4 and 9B. RGB value is (200,164,155). Sum of RGB (Red+Green+Blue) = 200+164+155=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A49B is #375B64. Grayscale: #ADADAD. Windows color (decimal): -3627877 or 10200264. OLE color: 10200264.

HSL color Cylindrical-coordinate representation of color #C8A49B: hue angle of 12º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A49B is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 164 155 -
CMYK 0 0.18 0.22 0.22
HSL 12º 0.29% 0.7% -
HSV(B) 12º 0.23% 0.78% -
XYZ 43.01 41.2 36.7 -
YUV 173.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 200 164 155 0 0.18 0.22 0.22 12 0.29 0.7
Hex C8 A4 9B 0 12 16 16 C 1D 46
Octal 310 244 233 0 22 26 26 14 35 106
Binary 11001000 10100100 10011011 0 10010 10110 10110 1100 11101 1000110

Color Harmonies of #C8A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A49B

Black with #C8A49B

Text Example


Text Example

White with #C8A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A49B; }

 p { color: rgb(200,164,155); }

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

background-color css

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

 a { background-color: rgb(200,164,155); }

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

border-color css

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

 span { border-color: rgb(200,164,155); }

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