Html Css Color HEX #C0BC7B Pine Glade

📋 copy color: '#C0BC7B'

red 192 ◦ green 188 ◦ blue 123

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

Shades of Pine Glade #C0BC7B

Tints of Pine Glade #C0BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 38.17%
G = 37.38%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0BC7B (or 0xC0BC7B) is known color: Pine Glade. HEX triplet: C0, BC and 7B. RGB value is (192,188,123). Sum of RGB (Red+Green+Blue) = 192+188+123=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC7B is #3F4384. Grayscale: #B6B6B6. Windows color (decimal): -4146053 or 8109248. OLE color: 8109248.

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

Color convert

RGB 192 188 123 -
CMYK 0 0.02 0.36 0.25
HSL 56.52º 0.35% 0.62% -
HSV(B) 56.52º 0.36% 0.75% -
XYZ 43.3 48.6 25.84 -
YUV 181.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 192 188 123 0 0.02 0.36 0.25 56.52 0.35 0.62
Hex C0 BC 7B 0 2 24 19 39 23 3E
Octal 300 274 173 0 2 44 31 71 43 76
Binary 11000000 10111100 1111011 0 10 100100 11001 111001 100011 111110

Color Harmonies of #C0BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC7B

Black with #C0BC7B

Text Example


Text Example

White with #C0BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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