Html Css Color HEX #C5C47A Pine Glade

📋 copy color: '#C5C47A'

red 197 ◦ green 196 ◦ blue 122

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

Shades of Pine Glade #C5C47A

Tints of Pine Glade #C5C47A

RGB

 RED value IS 197 (77.34% from 255) = 38.25%

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

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

R = 38.25%
G = 38.06%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5C47A (or 0xC5C47A) is known color: Pine Glade. HEX triplet: C5, C4 and 7A. RGB value is (197,196,122). Sum of RGB (Red+Green+Blue) = 197+196+122=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C47A is #3A3B85. Grayscale: #BCBCBC. Windows color (decimal): -3816326 or 8045765. OLE color: 8045765.

HSL color Cylindrical-coordinate representation of color #C5C47A: hue angle of 59.2º 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 #C5C47A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 122 -
CMYK 0 0.01 0.38 0.23
HSL 59.2º 0.39% 0.63% -
HSV(B) 59.2º 0.38% 0.77% -
XYZ 46.28 52.76 26.16 -
YUV 187.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 197 196 122 0 0.01 0.38 0.23 59.2 0.39 0.63
Hex C5 C4 7A 0 1 26 17 3B 27 3F
Octal 305 304 172 0 1 46 27 73 47 77
Binary 11000101 11000100 1111010 0 1 100110 10111 111011 100111 111111

Color Harmonies of #C5C47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C47A

Black with #C5C47A

Text Example


Text Example

White with #C5C47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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