Html Css Color HEX #C1C181 Pine Glade

📋 copy color: '#C1C181'

red 193 ◦ green 193 ◦ blue 129

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

Shades of Pine Glade #C1C181

Tints of Pine Glade #C1C181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 37.48%
G = 37.48%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C1C181 (or 0xC1C181) is known color: Pine Glade. HEX triplet: C1, C1 and 81. RGB value is (193,193,129). Sum of RGB (Red+Green+Blue) = 193+193+129=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C181 is #3E3E7E. Grayscale: #B9B9B9. Windows color (decimal): -4079231 or 8503745. OLE color: 8503745.

HSL color Cylindrical-coordinate representation of color #C1C181: hue angle of 60º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1C181 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 193 129 -
CMYK 0 0 0.33 0.24
HSL 60º 0.34% 0.63% -
HSV(B) 60º 0.33% 0.76% -
XYZ 45.02 51.06 28.25 -
YUV 185.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 193 193 129 0 0 0.33 0.24 60 0.34 0.63
Hex C1 C1 81 0 0 21 18 3C 22 3F
Octal 301 301 201 0 0 41 30 74 42 77
Binary 11000001 11000001 10000001 0 0 100001 11000 111100 100010 111111

Color Harmonies of #C1C181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C181

Black with #C1C181

Text Example


Text Example

White with #C1C181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C181; }

 p { color: rgb(193,193,129); }

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

background-color css

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

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

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

border-color css

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

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

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