Html Css Color HEX #C0BE87 Pine Glade

📋 copy color: '#C0BE87'

red 192 ◦ green 190 ◦ blue 135

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

Shades of Pine Glade #C0BE87

Tints of Pine Glade #C0BE87

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

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

R = 37.14%
G = 36.75%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0BE87 (or 0xC0BE87) is known color: Pine Glade. HEX triplet: C0, BE and 87. RGB value is (192,190,135). Sum of RGB (Red+Green+Blue) = 192+190+135=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE87 is #3F4178. Grayscale: #B8B8B8. Windows color (decimal): -4145529 or 8896192. OLE color: 8896192.

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

Color convert

RGB 192 190 135 -
CMYK 0 0.01 0.30 0.25
HSL 57.89º 0.31% 0.64% -
HSV(B) 57.89º 0.3% 0.75% -
XYZ 44.52 49.78 30.18 -
YUV 184.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 192 190 135 0 0.01 0.30 0.25 57.89 0.31 0.64
Hex C0 BE 87 0 1 1E 19 3A 1F 40
Octal 300 276 207 0 1 36 31 72 37 100
Binary 11000000 10111110 10000111 0 1 11110 11001 111010 11111 1000000

Color Harmonies of #C0BE87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE87

Black with #C0BE87

Text Example


Text Example

White with #C0BE87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE87; }

 p { color: rgb(192,190,135); }

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

background-color css

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

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

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

border-color css

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

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

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