Html Css Color HEX #C28A71 Feldspar

📋 copy color: '#C28A71'

red 194 ◦ green 138 ◦ blue 113

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

Shades of Feldspar #C28A71

Tints of Feldspar #C28A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 43.6%
G = 31.01%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28A71 (or 0xC28A71) is known color: Feldspar. HEX triplet: C2, 8A and 71. RGB value is (194,138,113). Sum of RGB (Red+Green+Blue) = 194+138+113=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A71 is #3D758E. Grayscale: #989898. Windows color (decimal): -4027791 or 7441090. OLE color: 7441090.

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

Color convert

RGB 194 138 113 -
CMYK 0 0.29 0.42 0.24
HSL 18.52º 0.4% 0.6% -
HSV(B) 18.52º 0.42% 0.76% -
XYZ 34.32 30.84 19.77 -
YUV 151.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 194 138 113 0 0.29 0.42 0.24 18.52 0.4 0.6
Hex C2 8A 71 0 1D 2A 18 13 28 3C
Octal 302 212 161 0 35 52 30 23 50 74
Binary 11000010 10001010 1110001 0 11101 101010 11000 10011 101000 111100

Color Harmonies of #C28A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A71

Black with #C28A71

Text Example


Text Example

White with #C28A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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