Html Css Color HEX #C1BF7F Pine Glade

📋 copy color: '#C1BF7F'

red 193 ◦ green 191 ◦ blue 127

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

Shades of Pine Glade #C1BF7F

Tints of Pine Glade #C1BF7F

RGB

 RED value IS 193 (75.78% from 255) = 37.77%

 GREEN value IS 191 (75% from 255) = 37.38%

 BLUE value IS 127 (50% from 255) = 24.85%

R = 37.77%
G = 37.38%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1BF7F (or 0xC1BF7F) is known color: Pine Glade. HEX triplet: C1, BF and 7F. RGB value is (193,191,127). Sum of RGB (Red+Green+Blue) = 193+191+127=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF7F is #3E4080. Grayscale: #B8B8B8. Windows color (decimal): -4079745 or 8372161. OLE color: 8372161.

HSL color Cylindrical-coordinate representation of color #C1BF7F: hue angle of 58.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1BF7F is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 191 127 -
CMYK 0 0.01 0.34 0.24
HSL 58.18º 0.35% 0.63% -
HSV(B) 58.18º 0.34% 0.76% -
XYZ 44.45 50.13 27.41 -
YUV 184.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 193 191 127 0 0.01 0.34 0.24 58.18 0.35 0.63
Hex C1 BF 7F 0 1 22 18 3A 23 3F
Octal 301 277 177 0 1 42 30 72 43 77
Binary 11000001 10111111 1111111 0 1 100010 11000 111010 100011 111111

Color Harmonies of #C1BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF7F

Black with #C1BF7F

Text Example


Text Example

White with #C1BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF7F; }

 p { color: rgb(193,191,127); }

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

background-color css

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

 a { background-color: rgb(193,191,127); }

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

border-color css

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

 span { border-color: rgb(193,191,127); }

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