Html Css Color HEX #C3C57A Pine Glade

📋 copy color: '#C3C57A'

red 195 ◦ green 197 ◦ blue 122

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

Shades of Pine Glade #C3C57A

Tints of Pine Glade #C3C57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 37.94%
G = 38.33%
B = 23.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C3C57A (or 0xC3C57A) is known color: Pine Glade. HEX triplet: C3, C5 and 7A. RGB value is (195,197,122). Sum of RGB (Red+Green+Blue) = 195+197+122=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57A is #3C3A85. Grayscale: #BCBCBC. Windows color (decimal): -3947142 or 8046019. OLE color: 8046019.

HSL color Cylindrical-coordinate representation of color #C3C57A: hue angle of 61.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3C57A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 197 122 -
CMYK 0.01 0 0.38 0.23
HSL 61.6º 0.39% 0.63% -
HSV(B) 61.6º 0.38% 0.77% -
XYZ 45.98 52.94 26.21 -
YUV 187.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 195 197 122 0.01 0 0.38 0.23 61.6 0.39 0.63
Hex C3 C5 7A 1 0 26 17 3E 27 3F
Octal 303 305 172 1 0 46 27 76 47 77
Binary 11000011 11000101 1111010 1 0 100110 10111 111110 100111 111111

Color Harmonies of #C3C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C57A

Black with #C3C57A

Text Example


Text Example

White with #C3C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C57A; }

 p { color: rgb(195,197,122); }

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

background-color css

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

 a { background-color: rgb(195,197,122); }

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

border-color css

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

 span { border-color: rgb(195,197,122); }

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