Html Css Color HEX #C1CA9D Green Mist

📋 copy color: '#C1CA9D'

red 193 ◦ green 202 ◦ blue 157

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

Shades of Green Mist #C1CA9D

Tints of Green Mist #C1CA9D

RGB

 RED value IS 193 (75.78% from 255) = 34.96%

 GREEN value IS 202 (79.3% from 255) = 36.59%

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 34.96%
G = 36.59%
B = 28.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C1CA9D (or 0xC1CA9D) is known color: Green Mist. HEX triplet: C1, CA and 9D. RGB value is (193,202,157). Sum of RGB (Red+Green+Blue) = 193+202+157=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CA9D is #3E3562. Grayscale: #C2C2C2. Windows color (decimal): -4076899 or 10341057. OLE color: 10341057.

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

Color convert

RGB 193 202 157 -
CMYK 0.04 0 0.22 0.21
HSL 72º 0.3% 0.7% -
HSV(B) 72º 0.22% 0.79% -
XYZ 49.2 56.01 40.12 -
YUV 194.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 193 202 157 0.04 0 0.22 0.21 72 0.3 0.7
Hex C1 CA 9D 4 0 16 15 48 1E 46
Octal 301 312 235 4 0 26 25 110 36 106
Binary 11000001 11001010 10011101 100 0 10110 10101 1001000 11110 1000110

Color Harmonies of #C1CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA9D

Black with #C1CA9D

Text Example


Text Example

White with #C1CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA9D; }

 p { color: rgb(193,202,157); }

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

background-color css

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

 a { background-color: rgb(193,202,157); }

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

border-color css

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

 span { border-color: rgb(193,202,157); }

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