Html Css Color HEX #C28E72 Feldspar

📋 copy color: '#C28E72'

red 194 ◦ green 142 ◦ blue 114

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

Shades of Feldspar #C28E72

Tints of Feldspar #C28E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 43.11%
G = 31.56%
B = 25.33%

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

#C28E72 (or 0xC28E72) is known color: Feldspar. HEX triplet: C2, 8E and 72. RGB value is (194,142,114). Sum of RGB (Red+Green+Blue) = 194+142+114=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E72 is #3D718D. Grayscale: #9A9A9A. Windows color (decimal): -4026766 or 7507650. OLE color: 7507650.

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

Color convert

RGB 194 142 114 -
CMYK 0 0.27 0.41 0.24
HSL 21º 0.4% 0.6% -
HSV(B) 21º 0.41% 0.76% -
XYZ 34.96 32.03 20.26 -
YUV 154.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 194 142 114 0 0.27 0.41 0.24 21 0.4 0.6
Hex C2 8E 72 0 1B 29 18 15 28 3C
Octal 302 216 162 0 33 51 30 25 50 74
Binary 11000010 10001110 1110010 0 11011 101001 11000 10101 101000 111100

Color Harmonies of #C28E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E72

Black with #C28E72

Text Example


Text Example

White with #C28E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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