Html Css Color HEX #C18D77 Feldspar

📋 copy color: '#C18D77'

red 193 ◦ green 141 ◦ blue 119

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

Shades of Feldspar #C18D77

Tints of Feldspar #C18D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 42.6%
G = 31.13%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C18D77 (or 0xC18D77) is known color: Feldspar. HEX triplet: C1, 8D and 77. RGB value is (193,141,119). Sum of RGB (Red+Green+Blue) = 193+141+119=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D77 is #3E7288. Grayscale: #9A9A9A. Windows color (decimal): -4092553 or 7835073. OLE color: 7835073.

HSL color Cylindrical-coordinate representation of color #C18D77: hue angle of 17.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18D77 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 119 -
CMYK 0 0.27 0.38 0.24
HSL 17.84º 0.37% 0.61% -
HSV(B) 17.84º 0.38% 0.76% -
XYZ 34.85 31.72 21.74 -
YUV 154.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 193 141 119 0 0.27 0.38 0.24 17.84 0.37 0.61
Hex C1 8D 77 0 1B 26 18 12 25 3D
Octal 301 215 167 0 33 46 30 22 45 75
Binary 11000001 10001101 1110111 0 11011 100110 11000 10010 100101 111101

Color Harmonies of #C18D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D77

Black with #C18D77

Text Example


Text Example

White with #C18D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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