Html Css Color HEX #C8C378 Pine Glade

📋 copy color: '#C8C378'

red 200 ◦ green 195 ◦ blue 120

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

Shades of Pine Glade #C8C378

Tints of Pine Glade #C8C378

RGB

 RED value IS 200 (78.52% from 255) = 38.83%

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

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

R = 38.83%
G = 37.86%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8C378 (or 0xC8C378) is known color: Pine Glade. HEX triplet: C8, C3 and 78. RGB value is (200,195,120). Sum of RGB (Red+Green+Blue) = 200+195+120=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C378 is #373C87. Grayscale: #BCBCBC. Windows color (decimal): -3619976 or 7914440. OLE color: 7914440.

HSL color Cylindrical-coordinate representation of color #C8C378: hue angle of 56.25º degrees, saturation: 0.42, 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 #C8C378 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 120 -
CMYK 0 0.02 0.4 0.22
HSL 56.25º 0.42% 0.63% -
HSV(B) 56.25º 0.4% 0.78% -
XYZ 46.72 52.67 25.47 -
YUV 187.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 200 195 120 0 0.02 0.4 0.22 56.25 0.42 0.63
Hex C8 C3 78 0 2 28 16 38 2A 3F
Octal 310 303 170 0 2 50 26 70 52 77
Binary 11001000 11000011 1111000 0 10 101000 10110 111000 101010 111111

Color Harmonies of #C8C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C378

Black with #C8C378

Text Example


Text Example

White with #C8C378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C378; }

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

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

background-color css

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

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

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

border-color css

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

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

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