Html Css Color HEX #C0BD87 Pine Glade

📋 copy color: '#C0BD87'

red 192 ◦ green 189 ◦ blue 135

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

Shades of Pine Glade #C0BD87

Tints of Pine Glade #C0BD87

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

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

R = 37.21%
G = 36.63%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0BD87 (or 0xC0BD87) is known color: Pine Glade. HEX triplet: C0, BD and 87. RGB value is (192,189,135). Sum of RGB (Red+Green+Blue) = 192+189+135=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD87 is #3F4278. Grayscale: #B7B7B7. Windows color (decimal): -4145785 or 8895936. OLE color: 8895936.

HSL color Cylindrical-coordinate representation of color #C0BD87: hue angle of 56.84º 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 #C0BD87 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 135 -
CMYK 0 0.02 0.30 0.25
HSL 56.84º 0.31% 0.64% -
HSV(B) 56.84º 0.3% 0.75% -
XYZ 44.31 49.35 30.11 -
YUV 183.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 192 189 135 0 0.02 0.30 0.25 56.84 0.31 0.64
Hex C0 BD 87 0 2 1E 19 39 1F 40
Octal 300 275 207 0 2 36 31 71 37 100
Binary 11000000 10111101 10000111 0 10 11110 11001 111001 11111 1000000

Color Harmonies of #C0BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD87

Black with #C0BD87

Text Example


Text Example

White with #C0BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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