Html Css Color HEX #C28E73 Feldspar

📋 copy color: '#C28E73'

red 194 ◦ green 142 ◦ blue 115

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

Shades of Feldspar #C28E73

Tints of Feldspar #C28E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 43.02%
G = 31.49%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28E73 (or 0xC28E73) is known color: Feldspar. HEX triplet: C2, 8E and 73. RGB value is (194,142,115). Sum of RGB (Red+Green+Blue) = 194+142+115=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E73 is #3D718C. Grayscale: #9A9A9A. Windows color (decimal): -4026765 or 7573186. OLE color: 7573186.

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

Color convert

RGB 194 142 115 -
CMYK 0 0.27 0.41 0.24
HSL 20.51º 0.39% 0.61% -
HSV(B) 20.51º 0.41% 0.76% -
XYZ 35.02 32.05 20.56 -
YUV 154.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 194 142 115 0 0.27 0.41 0.24 20.51 0.39 0.61
Hex C2 8E 73 0 1B 29 18 15 27 3D
Octal 302 216 163 0 33 51 30 25 47 75
Binary 11000010 10001110 1110011 0 11011 101001 11000 10101 100111 111101

Color Harmonies of #C28E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E73

Black with #C28E73

Text Example


Text Example

White with #C28E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E73; }

 p { color: rgb(194,142,115); }

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

background-color css

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

 a { background-color: rgb(194,142,115); }

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

border-color css

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

 span { border-color: rgb(194,142,115); }

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