Html Css Color HEX #C28C71 Feldspar

📋 copy color: '#C28C71'

red 194 ◦ green 140 ◦ blue 113

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

Shades of Feldspar #C28C71

Tints of Feldspar #C28C71

RGB

 RED value IS 194 (76.17% from 255) = 43.4%

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 43.4%
G = 31.32%
B = 25.28%

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

#C28C71 (or 0xC28C71) is known color: Feldspar. HEX triplet: C2, 8C and 71. RGB value is (194,140,113). Sum of RGB (Red+Green+Blue) = 194+140+113=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C71 is #3D738E. Grayscale: #999999. Windows color (decimal): -4027279 or 7441602. OLE color: 7441602.

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

Color convert

RGB 194 140 113 -
CMYK 0 0.28 0.42 0.24
HSL 20º 0.4% 0.6% -
HSV(B) 20º 0.42% 0.76% -
XYZ 34.61 31.42 19.86 -
YUV 153.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 194 140 113 0 0.28 0.42 0.24 20 0.4 0.6
Hex C2 8C 71 0 1C 2A 18 14 28 3C
Octal 302 214 161 0 34 52 30 24 50 74
Binary 11000010 10001100 1110001 0 11100 101010 11000 10100 101000 111100

Color Harmonies of #C28C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C71

Black with #C28C71

Text Example


Text Example

White with #C28C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C71; }

 p { color: rgb(194,140,113); }

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

background-color css

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

 a { background-color: rgb(194,140,113); }

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

border-color css

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

 span { border-color: rgb(194,140,113); }

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