Html Css Color HEX #C0C089 Pine Glade

📋 copy color: '#C0C089'

red 192 ◦ green 192 ◦ blue 137

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

Shades of Pine Glade #C0C089

Tints of Pine Glade #C0C089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.3%

R = 36.85%
G = 36.85%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0C089 (or 0xC0C089) is known color: Pine Glade. HEX triplet: C0, C0 and 89. RGB value is (192,192,137). Sum of RGB (Red+Green+Blue) = 192+192+137=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C089 is #3F3F76. Grayscale: #B9B9B9. Windows color (decimal): -4145015 or 9027776. OLE color: 9027776.

HSL color Cylindrical-coordinate representation of color #C0C089: hue angle of 60º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0C089 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 137 -
CMYK 0 0 0.29 0.25
HSL 60º 0.3% 0.65% -
HSV(B) 60º 0.29% 0.75% -
XYZ 45.1 50.71 31.08 -
YUV 185.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 192 192 137 0 0 0.29 0.25 60 0.3 0.65
Hex C0 C0 89 0 0 1D 19 3C 1E 41
Octal 300 300 211 0 0 35 31 74 36 101
Binary 11000000 11000000 10001001 0 0 11101 11001 111100 11110 1000001

Color Harmonies of #C0C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C089

Black with #C0C089

Text Example


Text Example

White with #C0C089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C089; }

 p { color: rgb(192,192,137); }

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

background-color css

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

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

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

border-color css

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

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

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