Html Css Color HEX #C28E79 Feldspar

📋 copy color: '#C28E79'

red 194 ◦ green 142 ◦ blue 121

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

Shades of Feldspar #C28E79

Tints of Feldspar #C28E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 42.45%
G = 31.07%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28E79 (or 0xC28E79) is known color: Feldspar. HEX triplet: C2, 8E and 79. RGB value is (194,142,121). Sum of RGB (Red+Green+Blue) = 194+142+121=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E79 is #3D7186. Grayscale: #9B9B9B. Windows color (decimal): -4026759 or 7966402. OLE color: 7966402.

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

Color convert

RGB 194 142 121 -
CMYK 0 0.27 0.38 0.24
HSL 17.26º 0.37% 0.62% -
HSV(B) 17.26º 0.38% 0.76% -
XYZ 35.37 32.2 22.44 -
YUV 155.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 194 142 121 0 0.27 0.38 0.24 17.26 0.37 0.62
Hex C2 8E 79 0 1B 26 18 11 25 3E
Octal 302 216 171 0 33 46 30 21 45 76
Binary 11000010 10001110 1111001 0 11011 100110 11000 10001 100101 111110

Color Harmonies of #C28E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E79

Black with #C28E79

Text Example


Text Example

White with #C28E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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