Html Css Color HEX #C3C077 Pine Glade

📋 copy color: '#C3C077'

red 195 ◦ green 192 ◦ blue 119

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

Shades of Pine Glade #C3C077

Tints of Pine Glade #C3C077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 38.54%
G = 37.94%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C3C077 (or 0xC3C077) is known color: Pine Glade. HEX triplet: C3, C0 and 77. RGB value is (195,192,119). Sum of RGB (Red+Green+Blue) = 195+192+119=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C077 is #3C3F88. Grayscale: #B8B8B8. Windows color (decimal): -3948425 or 7848131. OLE color: 7848131.

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

Color convert

RGB 195 192 119 -
CMYK 0 0.02 0.39 0.24
HSL 57.63º 0.39% 0.62% -
HSV(B) 57.63º 0.39% 0.76% -
XYZ 44.69 50.63 24.87 -
YUV 184.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 195 192 119 0 0.02 0.39 0.24 57.63 0.39 0.62
Hex C3 C0 77 0 2 27 18 3A 27 3E
Octal 303 300 167 0 2 47 30 72 47 76
Binary 11000011 11000000 1110111 0 10 100111 11000 111010 100111 111110

Color Harmonies of #C3C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C077

Black with #C3C077

Text Example


Text Example

White with #C3C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C077; }

 p { color: rgb(195,192,119); }

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

background-color css

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

 a { background-color: rgb(195,192,119); }

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

border-color css

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

 span { border-color: rgb(195,192,119); }

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