Html Css Color HEX #C3BE7B Pine Glade

📋 copy color: '#C3BE7B'

red 195 ◦ green 190 ◦ blue 123

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

Shades of Pine Glade #C3BE7B

Tints of Pine Glade #C3BE7B

RGB

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

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

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

R = 38.39%
G = 37.4%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3BE7B (or 0xC3BE7B) is known color: Pine Glade. HEX triplet: C3, BE and 7B. RGB value is (195,190,123). Sum of RGB (Red+Green+Blue) = 195+190+123=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE7B is #3C4184. Grayscale: #B8B8B8. Windows color (decimal): -3948933 or 8109763. OLE color: 8109763.

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

Color convert

RGB 195 190 123 -
CMYK 0 0.03 0.37 0.24
HSL 55.83º 0.38% 0.62% -
HSV(B) 55.83º 0.37% 0.76% -
XYZ 44.49 49.86 26.02 -
YUV 183.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 195 190 123 0 0.03 0.37 0.24 55.83 0.38 0.62
Hex C3 BE 7B 0 3 25 18 38 26 3E
Octal 303 276 173 0 3 45 30 70 46 76
Binary 11000011 10111110 1111011 0 11 100101 11000 111000 100110 111110

Color Harmonies of #C3BE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE7B

Black with #C3BE7B

Text Example


Text Example

White with #C3BE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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