Html Css Color HEX #C2BF7E Pine Glade

📋 copy color: '#C2BF7E'

red 194 ◦ green 191 ◦ blue 126

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

Shades of Pine Glade #C2BF7E

Tints of Pine Glade #C2BF7E

RGB

 RED value IS 194 (76.17% from 255) = 37.96%

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

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 37.96%
G = 37.38%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2BF7E (or 0xC2BF7E) is known color: Pine Glade. HEX triplet: C2, BF and 7E. RGB value is (194,191,126). Sum of RGB (Red+Green+Blue) = 194+191+126=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7E is #3D4081. Grayscale: #B8B8B8. Windows color (decimal): -4014210 or 8306626. OLE color: 8306626.

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

Color convert

RGB 194 191 126 -
CMYK 0 0.02 0.35 0.24
HSL 57.35º 0.36% 0.63% -
HSV(B) 57.35º 0.35% 0.76% -
XYZ 44.64 50.24 27.08 -
YUV 184.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 194 191 126 0 0.02 0.35 0.24 57.35 0.36 0.63
Hex C2 BF 7E 0 2 23 18 39 24 3F
Octal 302 277 176 0 2 43 30 71 44 77
Binary 11000010 10111111 1111110 0 10 100011 11000 111001 100100 111111

Color Harmonies of #C2BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF7E

Black with #C2BF7E

Text Example


Text Example

White with #C2BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF7E; }

 p { color: rgb(194,191,126); }

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

background-color css

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

 a { background-color: rgb(194,191,126); }

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

border-color css

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

 span { border-color: rgb(194,191,126); }

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