Html Css Color HEX #C28E74 Feldspar

📋 copy color: '#C28E74'

red 194 ◦ green 142 ◦ blue 116

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

Shades of Feldspar #C28E74

Tints of Feldspar #C28E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 42.92%
G = 31.42%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28E74 (or 0xC28E74) is known color: Feldspar. HEX triplet: C2, 8E and 74. RGB value is (194,142,116). Sum of RGB (Red+Green+Blue) = 194+142+116=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E74 is #3D718B. Grayscale: #9A9A9A. Windows color (decimal): -4026764 or 7638722. OLE color: 7638722.

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

Color convert

RGB 194 142 116 -
CMYK 0 0.27 0.40 0.24
HSL 20º 0.39% 0.61% -
HSV(B) 20º 0.4% 0.76% -
XYZ 35.07 32.08 20.87 -
YUV 154.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 194 142 116 0 0.27 0.40 0.24 20 0.39 0.61
Hex C2 8E 74 0 1B 28 18 14 27 3D
Octal 302 216 164 0 33 50 30 24 47 75
Binary 11000010 10001110 1110100 0 11011 101000 11000 10100 100111 111101

Color Harmonies of #C28E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E74

Black with #C28E74

Text Example


Text Example

White with #C28E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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