Html Css Color HEX #C28C76 Feldspar

📋 copy color: '#C28C76'

red 194 ◦ green 140 ◦ blue 118

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

Shades of Feldspar #C28C76

Tints of Feldspar #C28C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 42.92%
G = 30.97%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28C76 (or 0xC28C76) is known color: Feldspar. HEX triplet: C2, 8C and 76. RGB value is (194,140,118). Sum of RGB (Red+Green+Blue) = 194+140+118=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C76 is #3D7389. Grayscale: #999999. Windows color (decimal): -4027274 or 7769282. OLE color: 7769282.

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

Color convert

RGB 194 140 118 -
CMYK 0 0.28 0.39 0.24
HSL 17.37º 0.38% 0.61% -
HSV(B) 17.37º 0.39% 0.76% -
XYZ 34.9 31.53 21.39 -
YUV 153.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 194 140 118 0 0.28 0.39 0.24 17.37 0.38 0.61
Hex C2 8C 76 0 1C 27 18 11 26 3D
Octal 302 214 166 0 34 47 30 21 46 75
Binary 11000010 10001100 1110110 0 11100 100111 11000 10001 100110 111101

Color Harmonies of #C28C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C76

Black with #C28C76

Text Example


Text Example

White with #C28C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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