Html Css Color HEX #C3C377 Pine Glade

📋 copy color: '#C3C377'

red 195 ◦ green 195 ◦ blue 119

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

Shades of Pine Glade #C3C377

Tints of Pine Glade #C3C377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.31%

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

R = 38.31%
G = 38.31%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C3C377 (or 0xC3C377) is known color: Pine Glade. HEX triplet: C3, C3 and 77. RGB value is (195,195,119). Sum of RGB (Red+Green+Blue) = 195+195+119=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C377 is #3C3C88. Grayscale: #BABABA. Windows color (decimal): -3947657 or 7848899. OLE color: 7848899.

HSL color Cylindrical-coordinate representation of color #C3C377: hue angle of 60º 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 #C3C377 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 119 -
CMYK 0 0 0.39 0.24
HSL 60º 0.39% 0.62% -
HSV(B) 60º 0.39% 0.76% -
XYZ 45.35 51.96 25.09 -
YUV 186.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 195 195 119 0 0 0.39 0.24 60 0.39 0.62
Hex C3 C3 77 0 0 27 18 3C 27 3E
Octal 303 303 167 0 0 47 30 74 47 76
Binary 11000011 11000011 1110111 0 0 100111 11000 111100 100111 111110

Color Harmonies of #C3C377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C377

Black with #C3C377

Text Example


Text Example

White with #C3C377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C377; }

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

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

background-color css

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

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

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

border-color css

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

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

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