Html Css Color HEX #C8A29E Eunry

📋 copy color: '#C8A29E'

red 200 ◦ green 162 ◦ blue 158

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

Shades of Eunry #C8A29E

Tints of Eunry #C8A29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 158 (62.11% from 255) = 30.38%

R = 38.46%
G = 31.15%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8A29E (or 0xC8A29E) is known color: Eunry. HEX triplet: C8, A2 and 9E. RGB value is (200,162,158). Sum of RGB (Red+Green+Blue) = 200+162+158=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A29E is #375D61. Grayscale: #ACACAC. Windows color (decimal): -3628386 or 10396360. OLE color: 10396360.

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

Color convert

RGB 200 162 158 -
CMYK 0 0.19 0.21 0.22
HSL 5.71º 0.28% 0.7% -
HSV(B) 5.71º 0.21% 0.78% -
XYZ 42.91 40.59 37.92 -
YUV 172.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 200 162 158 0 0.19 0.21 0.22 5.71 0.28 0.7
Hex C8 A2 9E 0 13 15 16 6 1C 46
Octal 310 242 236 0 23 25 26 6 34 106
Binary 11001000 10100010 10011110 0 10011 10101 10110 110 11100 1000110

Color Harmonies of #C8A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A29E

Black with #C8A29E

Text Example


Text Example

White with #C8A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A29E; }

 p { color: rgb(200,162,158); }

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

background-color css

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

 a { background-color: rgb(200,162,158); }

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

border-color css

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

 span { border-color: rgb(200,162,158); }

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