Html Css Color HEX #C0BD7D Pine Glade

📋 copy color: '#C0BD7D'

red 192 ◦ green 189 ◦ blue 125

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

Shades of Pine Glade #C0BD7D

Tints of Pine Glade #C0BD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 37.94%
G = 37.35%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0BD7D (or 0xC0BD7D) is known color: Pine Glade. HEX triplet: C0, BD and 7D. RGB value is (192,189,125). Sum of RGB (Red+Green+Blue) = 192+189+125=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD7D is #3F4282. Grayscale: #B6B6B6. Windows color (decimal): -4145795 or 8240576. OLE color: 8240576.

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

Color convert

RGB 192 189 125 -
CMYK 0 0.02 0.35 0.25
HSL 57.31º 0.35% 0.62% -
HSV(B) 57.31º 0.35% 0.75% -
XYZ 43.64 49.08 26.58 -
YUV 182.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 192 189 125 0 0.02 0.35 0.25 57.31 0.35 0.62
Hex C0 BD 7D 0 2 23 19 39 23 3E
Octal 300 275 175 0 2 43 31 71 43 76
Binary 11000000 10111101 1111101 0 10 100011 11001 111001 100011 111110

Color Harmonies of #C0BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD7D

Black with #C0BD7D

Text Example


Text Example

White with #C0BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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