Html Css Color HEX #C18A6F Feldspar

📋 copy color: '#C18A6F'

red 193 ◦ green 138 ◦ blue 111

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

Shades of Feldspar #C18A6F

Tints of Feldspar #C18A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 43.67%
G = 31.22%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C18A6F (or 0xC18A6F) is known color: Feldspar. HEX triplet: C1, 8A and 6F. RGB value is (193,138,111). Sum of RGB (Red+Green+Blue) = 193+138+111=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A6F is #3E7590. Grayscale: #979797. Windows color (decimal): -4093329 or 7310017. OLE color: 7310017.

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

Color convert

RGB 193 138 111 -
CMYK 0 0.28 0.42 0.24
HSL 19.76º 0.4% 0.6% -
HSV(B) 19.76º 0.42% 0.76% -
XYZ 33.95 30.66 19.17 -
YUV 151.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 193 138 111 0 0.28 0.42 0.24 19.76 0.4 0.6
Hex C1 8A 6F 0 1C 2A 18 14 28 3C
Octal 301 212 157 0 34 52 30 24 50 74
Binary 11000001 10001010 1101111 0 11100 101010 11000 10100 101000 111100

Color Harmonies of #C18A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A6F

Black with #C18A6F

Text Example


Text Example

White with #C18A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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