Html Css Color HEX #C0BC7E Pine Glade

📋 copy color: '#C0BC7E'

red 192 ◦ green 188 ◦ blue 126

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

Shades of Pine Glade #C0BC7E

Tints of Pine Glade #C0BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 37.94%
G = 37.15%
B = 24.9%

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

#C0BC7E (or 0xC0BC7E) is known color: Pine Glade. HEX triplet: C0, BC and 7E. RGB value is (192,188,126). Sum of RGB (Red+Green+Blue) = 192+188+126=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC7E is #3F4381. Grayscale: #B6B6B6. Windows color (decimal): -4146050 or 8305856. OLE color: 8305856.

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

Color convert

RGB 192 188 126 -
CMYK 0 0.02 0.34 0.25
HSL 56.36º 0.34% 0.62% -
HSV(B) 56.36º 0.34% 0.75% -
XYZ 43.49 48.68 26.84 -
YUV 182.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 192 188 126 0 0.02 0.34 0.25 56.36 0.34 0.62
Hex C0 BC 7E 0 2 22 19 38 22 3E
Octal 300 274 176 0 2 42 31 70 42 76
Binary 11000000 10111100 1111110 0 10 100010 11001 111000 100010 111110

Color Harmonies of #C0BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC7E

Black with #C0BC7E

Text Example


Text Example

White with #C0BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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