Html Css Color HEX #C1896F Feldspar

📋 copy color: '#C1896F'

red 193 ◦ green 137 ◦ blue 111

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

Shades of Feldspar #C1896F

Tints of Feldspar #C1896F

RGB

 RED value IS 193 (75.78% from 255) = 43.76%

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 43.76%
G = 31.07%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1896F (or 0xC1896F) is known color: Feldspar. HEX triplet: C1, 89 and 6F. RGB value is (193,137,111). Sum of RGB (Red+Green+Blue) = 193+137+111=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1896F is #3E7690. Grayscale: #969696. Windows color (decimal): -4093585 or 7309761. OLE color: 7309761.

HSL color Cylindrical-coordinate representation of color #C1896F: hue angle of 19.02º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1896F is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 111 -
CMYK 0 0.29 0.42 0.24
HSL 19.02º 0.4% 0.6% -
HSV(B) 19.02º 0.42% 0.76% -
XYZ 33.81 30.38 19.12 -
YUV 150.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 193 137 111 0 0.29 0.42 0.24 19.02 0.4 0.6
Hex C1 89 6F 0 1D 2A 18 13 28 3C
Octal 301 211 157 0 35 52 30 23 50 74
Binary 11000001 10001001 1101111 0 11101 101010 11000 10011 101000 111100

Color Harmonies of #C1896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1896F

Black with #C1896F

Text Example


Text Example

White with #C1896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1896F; }

 p { color: rgb(193,137,111); }

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

background-color css

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

 a { background-color: rgb(193,137,111); }

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

border-color css

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

 span { border-color: rgb(193,137,111); }

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