Html Css Color HEX #C1C18B Pine Glade

📋 copy color: '#C1C18B'

red 193 ◦ green 193 ◦ blue 139

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

Shades of Pine Glade #C1C18B

Tints of Pine Glade #C1C18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 36.76%
G = 36.76%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1C18B (or 0xC1C18B) is known color: Pine Glade. HEX triplet: C1, C1 and 8B. RGB value is (193,193,139). Sum of RGB (Red+Green+Blue) = 193+193+139=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C18B is #3E3E74. Grayscale: #BBBBBB. Windows color (decimal): -4079221 or 9159105. OLE color: 9159105.

HSL color Cylindrical-coordinate representation of color #C1C18B: hue angle of 60º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1C18B is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 193 139 -
CMYK 0 0 0.28 0.24
HSL 60º 0.3% 0.65% -
HSV(B) 60º 0.28% 0.76% -
XYZ 45.72 51.34 31.93 -
YUV 186.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 193 193 139 0 0 0.28 0.24 60 0.3 0.65
Hex C1 C1 8B 0 0 1C 18 3C 1E 41
Octal 301 301 213 0 0 34 30 74 36 101
Binary 11000001 11000001 10001011 0 0 11100 11000 111100 11110 1000001

Color Harmonies of #C1C18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C18B

Black with #C1C18B

Text Example


Text Example

White with #C1C18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C18B; }

 p { color: rgb(193,193,139); }

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

background-color css

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

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

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

border-color css

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

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

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