Html Css Color HEX #C8C295 Green Mist

📋 copy color: '#C8C295'

red 200 ◦ green 194 ◦ blue 149

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

Shades of Green Mist #C8C295

Tints of Green Mist #C8C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

 BLUE value IS 149 (58.59% from 255) = 27.44%

R = 36.83%
G = 35.73%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8C295 (or 0xC8C295) is known color: Green Mist. HEX triplet: C8, C2 and 95. RGB value is (200,194,149). Sum of RGB (Red+Green+Blue) = 200+194+149=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C295 is #373D6A. Grayscale: #BEBEBE. Windows color (decimal): -3620203 or 9814728. OLE color: 9814728.

HSL color Cylindrical-coordinate representation of color #C8C295: hue angle of 52.94º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8C295 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 149 -
CMYK 0 0.03 0.26 0.22
HSL 52.94º 0.32% 0.68% -
HSV(B) 52.94º 0.26% 0.78% -
XYZ 48.54 53.03 36.11 -
YUV 190.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 200 194 149 0 0.03 0.26 0.22 52.94 0.32 0.68
Hex C8 C2 95 0 3 1A 16 35 20 44
Octal 310 302 225 0 3 32 26 65 40 104
Binary 11001000 11000010 10010101 0 11 11010 10110 110101 100000 1000100

Color Harmonies of #C8C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C295

Black with #C8C295

Text Example


Text Example

White with #C8C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C295; }

 p { color: rgb(200,194,149); }

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

background-color css

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

 a { background-color: rgb(200,194,149); }

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

border-color css

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

 span { border-color: rgb(200,194,149); }

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