Html Css Color HEX #C18B6C Feldspar

📋 copy color: '#C18B6C'

red 193 ◦ green 139 ◦ blue 108

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

Shades of Feldspar #C18B6C

Tints of Feldspar #C18B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.55%

R = 43.86%
G = 31.59%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C18B6C (or 0xC18B6C) is known color: Feldspar. HEX triplet: C1, 8B and 6C. RGB value is (193,139,108). Sum of RGB (Red+Green+Blue) = 193+139+108=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B6C is #3E7493. Grayscale: #979797. Windows color (decimal): -4093076 or 7113665. OLE color: 7113665.

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

Color convert

RGB 193 139 108 -
CMYK 0 0.28 0.44 0.24
HSL 21.88º 0.41% 0.59% -
HSV(B) 21.88º 0.44% 0.76% -
XYZ 33.93 30.89 18.36 -
YUV 151.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 193 139 108 0 0.28 0.44 0.24 21.88 0.41 0.59
Hex C1 8B 6C 0 1C 2C 18 16 29 3B
Octal 301 213 154 0 34 54 30 26 51 73
Binary 11000001 10001011 1101100 0 11100 101100 11000 10110 101001 111011

Color Harmonies of #C18B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B6C

Black with #C18B6C

Text Example


Text Example

White with #C18B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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