Html Css Color HEX #C58772 Feldspar

📋 copy color: '#C58772'

red 197 ◦ green 135 ◦ blue 114

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

Shades of Feldspar #C58772

Tints of Feldspar #C58772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 44.17%
G = 30.27%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58772 (or 0xC58772) is known color: Feldspar. HEX triplet: C5, 87 and 72. RGB value is (197,135,114). Sum of RGB (Red+Green+Blue) = 197+135+114=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58772 is #3A788D. Grayscale: #979797. Windows color (decimal): -3831950 or 7505861. OLE color: 7505861.

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

Color convert

RGB 197 135 114 -
CMYK 0 0.31 0.42 0.23
HSL 15.18º 0.42% 0.61% -
HSV(B) 15.18º 0.42% 0.77% -
XYZ 34.73 30.41 19.96 -
YUV 151.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 197 135 114 0 0.31 0.42 0.23 15.18 0.42 0.61
Hex C5 87 72 0 1F 2A 17 F 2A 3D
Octal 305 207 162 0 37 52 27 17 52 75
Binary 11000101 10000111 1110010 0 11111 101010 10111 1111 101010 111101

Color Harmonies of #C58772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58772

Black with #C58772

Text Example


Text Example

White with #C58772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58772; }

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

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

background-color css

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

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

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

border-color css

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

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

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