Html Css Color HEX #C28E77 Feldspar

📋 copy color: '#C28E77'

red 194 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #C28E77

Tints of Feldspar #C28E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 42.64%
G = 31.21%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28E77 (or 0xC28E77) is known color: Feldspar. HEX triplet: C2, 8E and 77. RGB value is (194,142,119). Sum of RGB (Red+Green+Blue) = 194+142+119=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E77 is #3D7188. Grayscale: #9B9B9B. Windows color (decimal): -4026761 or 7835330. OLE color: 7835330.

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

Color convert

RGB 194 142 119 -
CMYK 0 0.27 0.39 0.24
HSL 18.4º 0.38% 0.61% -
HSV(B) 18.4º 0.39% 0.76% -
XYZ 35.25 32.15 21.8 -
YUV 154.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 194 142 119 0 0.27 0.39 0.24 18.4 0.38 0.61
Hex C2 8E 77 0 1B 27 18 12 26 3D
Octal 302 216 167 0 33 47 30 22 46 75
Binary 11000010 10001110 1110111 0 11011 100111 11000 10010 100110 111101

Color Harmonies of #C28E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E77

Black with #C28E77

Text Example


Text Example

White with #C28E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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