Html Css Color HEX #C1C885 Pine Glade

📋 copy color: '#C1C885'

red 193 ◦ green 200 ◦ blue 133

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

Shades of Pine Glade #C1C885

Tints of Pine Glade #C1C885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 36.69%
G = 38.02%
B = 25.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C1C885 (or 0xC1C885) is known color: Pine Glade. HEX triplet: C1, C8 and 85. RGB value is (193,200,133). Sum of RGB (Red+Green+Blue) = 193+200+133=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C885 is #3E377A. Grayscale: #BEBEBE. Windows color (decimal): -4077435 or 8767681. OLE color: 8767681.

HSL color Cylindrical-coordinate representation of color #C1C885: hue angle of 66.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1C885 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 200 133 -
CMYK 0.04 0 0.34 0.22
HSL 66.27º 0.38% 0.65% -
HSV(B) 66.27º 0.34% 0.78% -
XYZ 46.88 54.34 30.21 -
YUV 190.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 193 200 133 0.04 0 0.34 0.22 66.27 0.38 0.65
Hex C1 C8 85 4 0 22 16 42 26 41
Octal 301 310 205 4 0 42 26 102 46 101
Binary 11000001 11001000 10000101 100 0 100010 10110 1000010 100110 1000001

Color Harmonies of #C1C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C885

Black with #C1C885

Text Example


Text Example

White with #C1C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C885; }

 p { color: rgb(193,200,133); }

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

background-color css

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

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

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

border-color css

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

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

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