Html Css Color HEX #C18D6E Feldspar

📋 copy color: '#C18D6E'

red 193 ◦ green 141 ◦ blue 110

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

Shades of Feldspar #C18D6E

Tints of Feldspar #C18D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.76%

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

R = 43.47%
G = 31.76%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C18D6E (or 0xC18D6E) is known color: Feldspar. HEX triplet: C1, 8D and 6E. RGB value is (193,141,110). Sum of RGB (Red+Green+Blue) = 193+141+110=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D6E is #3E7291. Grayscale: #999999. Windows color (decimal): -4092562 or 7245249. OLE color: 7245249.

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

Color convert

RGB 193 141 110 -
CMYK 0 0.27 0.43 0.24
HSL 22.41º 0.4% 0.59% -
HSV(B) 22.41º 0.43% 0.76% -
XYZ 34.33 31.51 19.02 -
YUV 153.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 193 141 110 0 0.27 0.43 0.24 22.41 0.4 0.59
Hex C1 8D 6E 0 1B 2B 18 16 28 3B
Octal 301 215 156 0 33 53 30 26 50 73
Binary 11000001 10001101 1101110 0 11011 101011 11000 10110 101000 111011

Color Harmonies of #C18D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D6E

Black with #C18D6E

Text Example


Text Example

White with #C18D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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