Html Css Color HEX #C0BC7F Pine Glade

📋 copy color: '#C0BC7F'

red 192 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #C0BC7F

Tints of Pine Glade #C0BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

 BLUE value IS 127 (50% from 255) = 25.05%

R = 37.87%
G = 37.08%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0BC7F (or 0xC0BC7F) is known color: Pine Glade. HEX triplet: C0, BC and 7F. RGB value is (192,188,127). Sum of RGB (Red+Green+Blue) = 192+188+127=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC7F is #3F4380. Grayscale: #B6B6B6. Windows color (decimal): -4146049 or 8371392. OLE color: 8371392.

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

Color convert

RGB 192 188 127 -
CMYK 0 0.02 0.34 0.25
HSL 56.31º 0.34% 0.63% -
HSV(B) 56.31º 0.34% 0.75% -
XYZ 43.55 48.71 27.18 -
YUV 182.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 192 188 127 0 0.02 0.34 0.25 56.31 0.34 0.63
Hex C0 BC 7F 0 2 22 19 38 22 3F
Octal 300 274 177 0 2 42 31 70 42 77
Binary 11000000 10111100 1111111 0 10 100010 11001 111000 100010 111111

Color Harmonies of #C0BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC7F

Black with #C0BC7F

Text Example


Text Example

White with #C0BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC7F; }

 p { color: rgb(192,188,127); }

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

background-color css

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

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

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

border-color css

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

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

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