Html Css Color HEX #C28F72 Feldspar

📋 copy color: '#C28F72'

red 194 ◦ green 143 ◦ blue 114

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

Shades of Feldspar #C28F72

Tints of Feldspar #C28F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

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

R = 43.02%
G = 31.71%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28F72 (or 0xC28F72) is known color: Feldspar. HEX triplet: C2, 8F and 72. RGB value is (194,143,114). Sum of RGB (Red+Green+Blue) = 194+143+114=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F72 is #3D708D. Grayscale: #9B9B9B. Windows color (decimal): -4026510 or 7507906. OLE color: 7507906.

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

Color convert

RGB 194 143 114 -
CMYK 0 0.26 0.41 0.24
HSL 21.75º 0.4% 0.6% -
HSV(B) 21.75º 0.41% 0.76% -
XYZ 35.11 32.33 20.31 -
YUV 154.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 194 143 114 0 0.26 0.41 0.24 21.75 0.4 0.6
Hex C2 8F 72 0 1A 29 18 16 28 3C
Octal 302 217 162 0 32 51 30 26 50 74
Binary 11000010 10001111 1110010 0 11010 101001 11000 10110 101000 111100

Color Harmonies of #C28F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F72

Black with #C28F72

Text Example


Text Example

White with #C28F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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