Html Css Color HEX #C1C875 Pine Glade

📋 copy color: '#C1C875'

red 193 ◦ green 200 ◦ blue 117

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

Shades of Pine Glade #C1C875

Tints of Pine Glade #C1C875

RGB

 RED value IS 193 (75.78% from 255) = 37.84%

 GREEN value IS 200 (78.52% from 255) = 39.22%

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

R = 37.84%
G = 39.22%
B = 22.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C1C875 (or 0xC1C875) is known color: Pine Glade. HEX triplet: C1, C8 and 75. RGB value is (193,200,117). Sum of RGB (Red+Green+Blue) = 193+200+117=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C875 is #3E378A. Grayscale: #BCBCBC. Windows color (decimal): -4077451 or 7719105. OLE color: 7719105.

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

Color convert

RGB 193 200 117 -
CMYK 0.04 0 0.42 0.22
HSL 65.06º 0.43% 0.62% -
HSV(B) 65.06º 0.42% 0.78% -
XYZ 45.86 53.93 24.82 -
YUV 188.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 193 200 117 0.04 0 0.42 0.22 65.06 0.43 0.62
Hex C1 C8 75 4 0 2A 16 41 2B 3E
Octal 301 310 165 4 0 52 26 101 53 76
Binary 11000001 11001000 1110101 100 0 101010 10110 1000001 101011 111110

Color Harmonies of #C1C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C875

Black with #C1C875

Text Example


Text Example

White with #C1C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C875; }

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

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

background-color css

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

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

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

border-color css

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

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

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