Html Css Color HEX #C28C73 Feldspar

📋 copy color: '#C28C73'

red 194 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #C28C73

Tints of Feldspar #C28C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 43.21%
G = 31.18%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28C73 (or 0xC28C73) is known color: Feldspar. HEX triplet: C2, 8C and 73. RGB value is (194,140,115). Sum of RGB (Red+Green+Blue) = 194+140+115=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C73 is #3D738C. Grayscale: #999999. Windows color (decimal): -4027277 or 7572674. OLE color: 7572674.

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

Color convert

RGB 194 140 115 -
CMYK 0 0.28 0.41 0.24
HSL 18.99º 0.39% 0.61% -
HSV(B) 18.99º 0.41% 0.76% -
XYZ 34.72 31.46 20.46 -
YUV 153.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 194 140 115 0 0.28 0.41 0.24 18.99 0.39 0.61
Hex C2 8C 73 0 1C 29 18 13 27 3D
Octal 302 214 163 0 34 51 30 23 47 75
Binary 11000010 10001100 1110011 0 11100 101001 11000 10011 100111 111101

Color Harmonies of #C28C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C73

Black with #C28C73

Text Example


Text Example

White with #C28C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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