Html Css Color HEX #C28F76 Feldspar

📋 copy color: '#C28F76'

red 194 ◦ green 143 ◦ blue 118

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

Shades of Feldspar #C28F76

Tints of Feldspar #C28F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 42.64%
G = 31.43%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28F76 (or 0xC28F76) is known color: Feldspar. HEX triplet: C2, 8F and 76. RGB value is (194,143,118). Sum of RGB (Red+Green+Blue) = 194+143+118=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F76 is #3D7089. Grayscale: #9B9B9B. Windows color (decimal): -4026506 or 7770050. OLE color: 7770050.

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

Color convert

RGB 194 143 118 -
CMYK 0 0.26 0.39 0.24
HSL 19.74º 0.38% 0.61% -
HSV(B) 19.74º 0.39% 0.76% -
XYZ 35.34 32.42 21.54 -
YUV 155.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 194 143 118 0 0.26 0.39 0.24 19.74 0.38 0.61
Hex C2 8F 76 0 1A 27 18 14 26 3D
Octal 302 217 166 0 32 47 30 24 46 75
Binary 11000010 10001111 1110110 0 11010 100111 11000 10100 100110 111101

Color Harmonies of #C28F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F76

Black with #C28F76

Text Example


Text Example

White with #C28F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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