Html Css Color HEX #C7C378 Pine Glade

📋 copy color: '#C7C378'

red 199 ◦ green 195 ◦ blue 120

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

Shades of Pine Glade #C7C378

Tints of Pine Glade #C7C378

RGB

 RED value IS 199 (78.13% from 255) = 38.72%

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

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 38.72%
G = 37.94%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C7C378 (or 0xC7C378) is known color: Pine Glade. HEX triplet: C7, C3 and 78. RGB value is (199,195,120). Sum of RGB (Red+Green+Blue) = 199+195+120=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C378 is #383C87. Grayscale: #BBBBBB. Windows color (decimal): -3685512 or 7914439. OLE color: 7914439.

HSL color Cylindrical-coordinate representation of color #C7C378: hue angle of 56.96º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7C378 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 195 120 -
CMYK 0 0.02 0.40 0.22
HSL 56.96º 0.41% 0.63% -
HSV(B) 56.96º 0.4% 0.78% -
XYZ 46.46 52.53 25.46 -
YUV 187.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 199 195 120 0 0.02 0.40 0.22 56.96 0.41 0.63
Hex C7 C3 78 0 2 28 16 39 29 3F
Octal 307 303 170 0 2 50 26 71 51 77
Binary 11000111 11000011 1111000 0 10 101000 10110 111001 101001 111111

Color Harmonies of #C7C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C378

Black with #C7C378

Text Example


Text Example

White with #C7C378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C378; }

 p { color: rgb(199,195,120); }

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

background-color css

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

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

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

border-color css

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

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

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