Html Css Color HEX #C3C17D Pine Glade

📋 copy color: '#C3C17D'

red 195 ◦ green 193 ◦ blue 125

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

Shades of Pine Glade #C3C17D

Tints of Pine Glade #C3C17D

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

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

 BLUE value IS 125 (49.22% from 255) = 24.37%

R = 38.01%
G = 37.62%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3C17D (or 0xC3C17D) is known color: Pine Glade. HEX triplet: C3, C1 and 7D. RGB value is (195,193,125). Sum of RGB (Red+Green+Blue) = 195+193+125=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C17D is #3C3E82. Grayscale: #BABABA. Windows color (decimal): -3948163 or 8241603. OLE color: 8241603.

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

Color convert

RGB 195 193 125 -
CMYK 0 0.01 0.36 0.24
HSL 58.29º 0.37% 0.63% -
HSV(B) 58.29º 0.36% 0.76% -
XYZ 45.28 51.22 26.9 -
YUV 185.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 195 193 125 0 0.01 0.36 0.24 58.29 0.37 0.63
Hex C3 C1 7D 0 1 24 18 3A 25 3F
Octal 303 301 175 0 1 44 30 72 45 77
Binary 11000011 11000001 1111101 0 1 100100 11000 111010 100101 111111

Color Harmonies of #C3C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C17D

Black with #C3C17D

Text Example


Text Example

White with #C3C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C17D; }

 p { color: rgb(195,193,125); }

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

background-color css

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

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

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

border-color css

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

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

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