Html Css Color HEX #C8C478 Pine Glade

📋 copy color: '#C8C478'

red 200 ◦ green 196 ◦ blue 120

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

Shades of Pine Glade #C8C478

Tints of Pine Glade #C8C478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

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

R = 38.76%
G = 37.98%
B = 23.26%

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

#C8C478 (or 0xC8C478) is known color: Pine Glade. HEX triplet: C8, C4 and 78. RGB value is (200,196,120). Sum of RGB (Red+Green+Blue) = 200+196+120=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C478 is #373B87. Grayscale: #BCBCBC. Windows color (decimal): -3619720 or 7914696. OLE color: 7914696.

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

Color convert

RGB 200 196 120 -
CMYK 0 0.02 0.4 0.22
HSL 57º 0.42% 0.63% -
HSV(B) 57º 0.4% 0.78% -
XYZ 46.95 53.12 25.55 -
YUV 188.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 200 196 120 0 0.02 0.4 0.22 57 0.42 0.63
Hex C8 C4 78 0 2 28 16 39 2A 3F
Octal 310 304 170 0 2 50 26 71 52 77
Binary 11001000 11000100 1111000 0 10 101000 10110 111001 101010 111111

Color Harmonies of #C8C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C478

Black with #C8C478

Text Example


Text Example

White with #C8C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C478; }

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

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

background-color css

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

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

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

border-color css

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

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

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