Html Css Color HEX #C1C08B Pine Glade

📋 copy color: '#C1C08B'

red 193 ◦ green 192 ◦ blue 139

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

Shades of Pine Glade #C1C08B

Tints of Pine Glade #C1C08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

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

R = 36.83%
G = 36.64%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1C08B (or 0xC1C08B) is known color: Pine Glade. HEX triplet: C1, C0 and 8B. RGB value is (193,192,139). Sum of RGB (Red+Green+Blue) = 193+192+139=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C08B is #3E3F74. Grayscale: #BABABA. Windows color (decimal): -4079477 or 9158849. OLE color: 9158849.

HSL color Cylindrical-coordinate representation of color #C1C08B: hue angle of 58.89º 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 #C1C08B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 139 -
CMYK 0 0.01 0.28 0.24
HSL 58.89º 0.3% 0.65% -
HSV(B) 58.89º 0.28% 0.76% -
XYZ 45.5 50.9 31.85 -
YUV 186.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 193 192 139 0 0.01 0.28 0.24 58.89 0.3 0.65
Hex C1 C0 8B 0 1 1C 18 3B 1E 41
Octal 301 300 213 0 1 34 30 73 36 101
Binary 11000001 11000000 10001011 0 1 11100 11000 111011 11110 1000001

Color Harmonies of #C1C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C08B

Black with #C1C08B

Text Example


Text Example

White with #C1C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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