Html Css Color HEX #C0BD7B Pine Glade

📋 copy color: '#C0BD7B'

red 192 ◦ green 189 ◦ blue 123

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

Shades of Pine Glade #C0BD7B

Tints of Pine Glade #C0BD7B

RGB

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

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

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

R = 38.1%
G = 37.5%
B = 24.4%

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

#C0BD7B (or 0xC0BD7B) is known color: Pine Glade. HEX triplet: C0, BD and 7B. RGB value is (192,189,123). Sum of RGB (Red+Green+Blue) = 192+189+123=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD7B is #3F4284. Grayscale: #B6B6B6. Windows color (decimal): -4145797 or 8109504. OLE color: 8109504.

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

Color convert

RGB 192 189 123 -
CMYK 0 0.02 0.36 0.25
HSL 57.39º 0.35% 0.62% -
HSV(B) 57.39º 0.36% 0.75% -
XYZ 43.51 49.03 25.91 -
YUV 182.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 192 189 123 0 0.02 0.36 0.25 57.39 0.35 0.62
Hex C0 BD 7B 0 2 24 19 39 23 3E
Octal 300 275 173 0 2 44 31 71 43 76
Binary 11000000 10111101 1111011 0 10 100100 11001 111001 100011 111110

Color Harmonies of #C0BD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD7B

Black with #C0BD7B

Text Example


Text Example

White with #C0BD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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