Html Css Color HEX #C3BE7D Pine Glade

📋 copy color: '#C3BE7D'

red 195 ◦ green 190 ◦ blue 125

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

Shades of Pine Glade #C3BE7D

Tints of Pine Glade #C3BE7D

RGB

 RED value IS 195 (76.56% from 255) = 38.24%

 GREEN value IS 190 (74.61% from 255) = 37.25%

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

R = 38.24%
G = 37.25%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3BE7D (or 0xC3BE7D) is known color: Pine Glade. HEX triplet: C3, BE and 7D. RGB value is (195,190,125). Sum of RGB (Red+Green+Blue) = 195+190+125=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE7D is #3C4182. Grayscale: #B8B8B8. Windows color (decimal): -3948931 or 8240835. OLE color: 8240835.

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

Color convert

RGB 195 190 125 -
CMYK 0 0.03 0.36 0.24
HSL 55.71º 0.37% 0.63% -
HSV(B) 55.71º 0.36% 0.76% -
XYZ 44.62 49.91 26.68 -
YUV 184.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 195 190 125 0 0.03 0.36 0.24 55.71 0.37 0.63
Hex C3 BE 7D 0 3 24 18 38 25 3F
Octal 303 276 175 0 3 44 30 70 45 77
Binary 11000011 10111110 1111101 0 11 100100 11000 111000 100101 111111

Color Harmonies of #C3BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE7D

Black with #C3BE7D

Text Example


Text Example

White with #C3BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE7D; }

 p { color: rgb(195,190,125); }

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

background-color css

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

 a { background-color: rgb(195,190,125); }

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

border-color css

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

 span { border-color: rgb(195,190,125); }

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