Html Css Color HEX #C8A796 Eunry

📋 copy color: '#C8A796'

red 200 ◦ green 167 ◦ blue 150

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

Shades of Eunry #C8A796

Tints of Eunry #C8A796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 38.68%
G = 32.3%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C8A796 (or 0xC8A796) is known color: Eunry. HEX triplet: C8, A7 and 96. RGB value is (200,167,150). Sum of RGB (Red+Green+Blue) = 200+167+150=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A796 is #375869. Grayscale: #AFAFAF. Windows color (decimal): -3627114 or 9873352. OLE color: 9873352.

HSL color Cylindrical-coordinate representation of color #C8A796: hue angle of 20.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A796 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 150 -
CMYK 0 0.16 0.25 0.22
HSL 20.4º 0.31% 0.69% -
HSV(B) 20.4º 0.25% 0.78% -
XYZ 43.14 42.12 34.71 -
YUV 174.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 200 167 150 0 0.16 0.25 0.22 20.4 0.31 0.69
Hex C8 A7 96 0 10 19 16 14 1F 45
Octal 310 247 226 0 20 31 26 24 37 105
Binary 11001000 10100111 10010110 0 10000 11001 10110 10100 11111 1000101

Color Harmonies of #C8A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A796

Black with #C8A796

Text Example


Text Example

White with #C8A796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A796; }

 p { color: rgb(200,167,150); }

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

background-color css

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

 a { background-color: rgb(200,167,150); }

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

border-color css

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

 span { border-color: rgb(200,167,150); }

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