Html Css Color HEX #C58C6C Feldspar

📋 copy color: '#C58C6C'

red 197 ◦ green 140 ◦ blue 108

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

Shades of Feldspar #C58C6C

Tints of Feldspar #C58C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 44.27%
G = 31.46%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C58C6C (or 0xC58C6C) is known color: Feldspar. HEX triplet: C5, 8C and 6C. RGB value is (197,140,108). Sum of RGB (Red+Green+Blue) = 197+140+108=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C6C is #3A7393. Grayscale: #999999. Windows color (decimal): -3830676 or 7113925. OLE color: 7113925.

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

Color convert

RGB 197 140 108 -
CMYK 0 0.29 0.45 0.23
HSL 21.57º 0.43% 0.6% -
HSV(B) 21.57º 0.45% 0.77% -
XYZ 35.11 31.71 18.46 -
YUV 153.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 197 140 108 0 0.29 0.45 0.23 21.57 0.43 0.6
Hex C5 8C 6C 0 1D 2D 17 16 2B 3C
Octal 305 214 154 0 35 55 27 26 53 74
Binary 11000101 10001100 1101100 0 11101 101101 10111 10110 101011 111100

Color Harmonies of #C58C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C6C

Black with #C58C6C

Text Example


Text Example

White with #C58C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C6C; }

 p { color: rgb(197,140,108); }

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

background-color css

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

 a { background-color: rgb(197,140,108); }

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

border-color css

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

 span { border-color: rgb(197,140,108); }

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