Html Css Color HEX #C8C475 Pine Glade

📋 copy color: '#C8C475'

red 200 ◦ green 196 ◦ blue 117

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

Shades of Pine Glade #C8C475

Tints of Pine Glade #C8C475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 38.99%
G = 38.21%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8C475 (or 0xC8C475) is known color: Pine Glade. HEX triplet: C8, C4 and 75. RGB value is (200,196,117). Sum of RGB (Red+Green+Blue) = 200+196+117=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C475 is #373B8A. Grayscale: #BCBCBC. Windows color (decimal): -3619723 or 7718088. OLE color: 7718088.

HSL color Cylindrical-coordinate representation of color #C8C475: hue angle of 57.11º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8C475 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 196 117 -
CMYK 0 0.02 0.42 0.22
HSL 57.11º 0.43% 0.62% -
HSV(B) 57.11º 0.42% 0.78% -
XYZ 46.77 53.04 24.6 -
YUV 188.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 200 196 117 0 0.02 0.42 0.22 57.11 0.43 0.62
Hex C8 C4 75 0 2 2A 16 39 2B 3E
Octal 310 304 165 0 2 52 26 71 53 76
Binary 11001000 11000100 1110101 0 10 101010 10110 111001 101011 111110

Color Harmonies of #C8C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C475

Black with #C8C475

Text Example


Text Example

White with #C8C475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C475; }

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

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

background-color css

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

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

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

border-color css

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

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

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