Html Css Color HEX #C6CEA0 Green Mist

📋 copy color: '#C6CEA0'

red 198 ◦ green 206 ◦ blue 160

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

Shades of Green Mist #C6CEA0

Tints of Green Mist #C6CEA0

RGB

 RED value IS 198 (77.73% from 255) = 35.11%

 GREEN value IS 206 (80.86% from 255) = 36.52%

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 35.11%
G = 36.52%
B = 28.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#C6CEA0 (or 0xC6CEA0) is known color: Green Mist. HEX triplet: C6, CE and A0. RGB value is (198,206,160). Sum of RGB (Red+Green+Blue) = 198+206+160=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEA0 is #39315F. Grayscale: #C6C6C6. Windows color (decimal): -3748192 or 10538694. OLE color: 10538694.

HSL color Cylindrical-coordinate representation of color #C6CEA0: hue angle of 70.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CEA0 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 160 -
CMYK 0.04 0 0.22 0.19
HSL 70.43º 0.32% 0.72% -
HSV(B) 70.43º 0.22% 0.81% -
XYZ 51.71 58.69 41.86 -
YUV 198.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 198 206 160 0.04 0 0.22 0.19 70.43 0.32 0.72
Hex C6 CE A0 4 0 16 13 46 20 48
Octal 306 316 240 4 0 26 23 106 40 110
Binary 11000110 11001110 10100000 100 0 10110 10011 1000110 100000 1001000

Color Harmonies of #C6CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEA0

Black with #C6CEA0

Text Example


Text Example

White with #C6CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEA0; }

 p { color: rgb(198,206,160); }

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

background-color css

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

 a { background-color: rgb(198,206,160); }

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

border-color css

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

 span { border-color: rgb(198,206,160); }

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