Html Css Color HEX #C0C886 Pine Glade

📋 copy color: '#C0C886'

red 192 ◦ green 200 ◦ blue 134

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

Shades of Pine Glade #C0C886

Tints of Pine Glade #C0C886

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

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

 BLUE value IS 134 (52.73% from 255) = 25.48%

R = 36.5%
G = 38.02%
B = 25.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C0C886 (or 0xC0C886) is known color: Pine Glade. HEX triplet: C0, C8 and 86. RGB value is (192,200,134). Sum of RGB (Red+Green+Blue) = 192+200+134=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C886 is #3F3779. Grayscale: #BEBEBE. Windows color (decimal): -4142970 or 8833216. OLE color: 8833216.

HSL color Cylindrical-coordinate representation of color #C0C886: hue angle of 67.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 #C0C886 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 134 -
CMYK 0.04 0 0.33 0.22
HSL 67.27º 0.38% 0.65% -
HSV(B) 67.27º 0.33% 0.78% -
XYZ 46.7 54.24 30.56 -
YUV 190.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 192 200 134 0.04 0 0.33 0.22 67.27 0.38 0.65
Hex C0 C8 86 4 0 21 16 43 26 41
Octal 300 310 206 4 0 41 26 103 46 101
Binary 11000000 11001000 10000110 100 0 100001 10110 1000011 100110 1000001

Color Harmonies of #C0C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C886

Black with #C0C886

Text Example


Text Example

White with #C0C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C886; }

 p { color: rgb(192,200,134); }

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

background-color css

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

 a { background-color: rgb(192,200,134); }

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

border-color css

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

 span { border-color: rgb(192,200,134); }

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