Html Css Color HEX #C2C187 Pine Glade

📋 copy color: '#C2C187'

red 194 ◦ green 193 ◦ blue 135

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

Shades of Pine Glade #C2C187

Tints of Pine Glade #C2C187

RGB

 RED value IS 194 (76.17% from 255) = 37.16%

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

 BLUE value IS 135 (53.13% from 255) = 25.86%

R = 37.16%
G = 36.97%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2C187 (or 0xC2C187) is known color: Pine Glade. HEX triplet: C2, C1 and 87. RGB value is (194,193,135). Sum of RGB (Red+Green+Blue) = 194+193+135=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C187 is #3D3E78. Grayscale: #BABABA. Windows color (decimal): -4013689 or 8896962. OLE color: 8896962.

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

Color convert

RGB 194 193 135 -
CMYK 0 0.01 0.30 0.24
HSL 58.98º 0.33% 0.65% -
HSV(B) 58.98º 0.3% 0.76% -
XYZ 45.69 51.36 30.43 -
YUV 186.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 194 193 135 0 0.01 0.30 0.24 58.98 0.33 0.65
Hex C2 C1 87 0 1 1E 18 3B 21 41
Octal 302 301 207 0 1 36 30 73 41 101
Binary 11000010 11000001 10000111 0 1 11110 11000 111011 100001 1000001

Color Harmonies of #C2C187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C187

Black with #C2C187

Text Example


Text Example

White with #C2C187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C187; }

 p { color: rgb(194,193,135); }

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

background-color css

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

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

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

border-color css

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

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

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