Html Css Color HEX #C59472 Feldspar

📋 copy color: '#C59472'

red 197 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #C59472

Tints of Feldspar #C59472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.24%

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 42.92%
G = 32.24%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C59472 (or 0xC59472) is known color: Feldspar. HEX triplet: C5, 94 and 72. RGB value is (197,148,114). Sum of RGB (Red+Green+Blue) = 197+148+114=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C59472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59472 is #3A6B8D. Grayscale: #9E9E9E. Windows color (decimal): -3828622 or 7509189. OLE color: 7509189.

HSL color Cylindrical-coordinate representation of color #C59472: hue angle of 24.58º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C59472 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 114 -
CMYK 0 0.25 0.42 0.23
HSL 24.58º 0.42% 0.61% -
HSV(B) 24.58º 0.42% 0.77% -
XYZ 36.65 34.27 20.6 -
YUV 158.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 197 148 114 0 0.25 0.42 0.23 24.58 0.42 0.61
Hex C5 94 72 0 19 2A 17 19 2A 3D
Octal 305 224 162 0 31 52 27 31 52 75
Binary 11000101 10010100 1110010 0 11001 101010 10111 11001 101010 111101

Color Harmonies of #C59472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59472

Black with #C59472

Text Example


Text Example

White with #C59472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59472; }

 p { color: rgb(197,148,114); }

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

background-color css

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

 a { background-color: rgb(197,148,114); }

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

border-color css

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

 span { border-color: rgb(197,148,114); }

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