Html Css Color HEX #C2C185 Pine Glade

📋 copy color: '#C2C185'

red 194 ◦ green 193 ◦ blue 133

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

Shades of Pine Glade #C2C185

Tints of Pine Glade #C2C185

RGB

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

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

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

R = 37.31%
G = 37.12%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C2C185 (or 0xC2C185) is known color: Pine Glade. HEX triplet: C2, C1 and 85. RGB value is (194,193,133). Sum of RGB (Red+Green+Blue) = 194+193+133=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C185 is #3D3E7A. Grayscale: #BABABA. Windows color (decimal): -4013691 or 8765890. OLE color: 8765890.

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

Color convert

RGB 194 193 133 -
CMYK 0 0.01 0.31 0.24
HSL 59.02º 0.33% 0.64% -
HSV(B) 59.02º 0.31% 0.76% -
XYZ 45.55 51.3 29.69 -
YUV 186.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 194 193 133 0 0.01 0.31 0.24 59.02 0.33 0.64
Hex C2 C1 85 0 1 1F 18 3B 21 40
Octal 302 301 205 0 1 37 30 73 41 100
Binary 11000010 11000001 10000101 0 1 11111 11000 111011 100001 1000000

Color Harmonies of #C2C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C185

Black with #C2C185

Text Example


Text Example

White with #C2C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C185; }

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

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

background-color css

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

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

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

border-color css

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

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

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