Html Css Color HEX #C18B6E Feldspar

📋 copy color: '#C18B6E'

red 193 ◦ green 139 ◦ blue 110

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

Shades of Feldspar #C18B6E

Tints of Feldspar #C18B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 43.67%
G = 31.45%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C18B6E (or 0xC18B6E) is known color: Feldspar. HEX triplet: C1, 8B and 6E. RGB value is (193,139,110). Sum of RGB (Red+Green+Blue) = 193+139+110=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B6E is #3E7491. Grayscale: #989898. Windows color (decimal): -4093074 or 7244737. OLE color: 7244737.

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

Color convert

RGB 193 139 110 -
CMYK 0 0.28 0.43 0.24
HSL 20.96º 0.4% 0.59% -
HSV(B) 20.96º 0.43% 0.76% -
XYZ 34.04 30.93 18.93 -
YUV 151.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 193 139 110 0 0.28 0.43 0.24 20.96 0.4 0.59
Hex C1 8B 6E 0 1C 2B 18 15 28 3B
Octal 301 213 156 0 34 53 30 25 50 73
Binary 11000001 10001011 1101110 0 11100 101011 11000 10101 101000 111011

Color Harmonies of #C18B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B6E

Black with #C18B6E

Text Example


Text Example

White with #C18B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B6E; }

 p { color: rgb(193,139,110); }

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

background-color css

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

 a { background-color: rgb(193,139,110); }

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

border-color css

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

 span { border-color: rgb(193,139,110); }

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