Html Css Color HEX #C58B75 Feldspar

📋 copy color: '#C58B75'

red 197 ◦ green 139 ◦ blue 117

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

Shades of Feldspar #C58B75

Tints of Feldspar #C58B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 43.49%
G = 30.68%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58B75 (or 0xC58B75) is known color: Feldspar. HEX triplet: C5, 8B and 75. RGB value is (197,139,117). Sum of RGB (Red+Green+Blue) = 197+139+117=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B75 is #3A748A. Grayscale: #999999. Windows color (decimal): -3830923 or 7703493. OLE color: 7703493.

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

Color convert

RGB 197 139 117 -
CMYK 0 0.29 0.41 0.23
HSL 16.5º 0.41% 0.62% -
HSV(B) 16.5º 0.41% 0.77% -
XYZ 35.47 31.62 21.06 -
YUV 153.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 197 139 117 0 0.29 0.41 0.23 16.5 0.41 0.62
Hex C5 8B 75 0 1D 29 17 10 29 3E
Octal 305 213 165 0 35 51 27 20 51 76
Binary 11000101 10001011 1110101 0 11101 101001 10111 10000 101001 111110

Color Harmonies of #C58B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B75

Black with #C58B75

Text Example


Text Example

White with #C58B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B75; }

 p { color: rgb(197,139,117); }

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

background-color css

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

 a { background-color: rgb(197,139,117); }

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

border-color css

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

 span { border-color: rgb(197,139,117); }

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