Html Css Color HEX #C28D77 Feldspar

📋 copy color: '#C28D77'

red 194 ◦ green 141 ◦ blue 119

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

Shades of Feldspar #C28D77

Tints of Feldspar #C28D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

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

R = 42.73%
G = 31.06%
B = 26.21%

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

#C28D77 (or 0xC28D77) is known color: Feldspar. HEX triplet: C2, 8D and 77. RGB value is (194,141,119). Sum of RGB (Red+Green+Blue) = 194+141+119=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D77 is #3D7288. Grayscale: #9A9A9A. Windows color (decimal): -4027017 or 7835074. OLE color: 7835074.

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

Color convert

RGB 194 141 119 -
CMYK 0 0.27 0.39 0.24
HSL 17.6º 0.38% 0.61% -
HSV(B) 17.6º 0.39% 0.76% -
XYZ 35.1 31.85 21.75 -
YUV 154.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 194 141 119 0 0.27 0.39 0.24 17.6 0.38 0.61
Hex C2 8D 77 0 1B 27 18 12 26 3D
Octal 302 215 167 0 33 47 30 22 46 75
Binary 11000010 10001101 1110111 0 11011 100111 11000 10010 100110 111101

Color Harmonies of #C28D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D77

Black with #C28D77

Text Example


Text Example

White with #C28D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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