Html Css Color HEX #C28D73 Feldspar

📋 copy color: '#C28D73'

red 194 ◦ green 141 ◦ blue 115

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

Shades of Feldspar #C28D73

Tints of Feldspar #C28D73

RGB

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

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

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

R = 43.11%
G = 31.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28D73 (or 0xC28D73) is known color: Feldspar. HEX triplet: C2, 8D and 73. RGB value is (194,141,115). Sum of RGB (Red+Green+Blue) = 194+141+115=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D73 is #3D728C. Grayscale: #9A9A9A. Windows color (decimal): -4027021 or 7572930. OLE color: 7572930.

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

Color convert

RGB 194 141 115 -
CMYK 0 0.27 0.41 0.24
HSL 19.75º 0.39% 0.61% -
HSV(B) 19.75º 0.41% 0.76% -
XYZ 34.87 31.76 20.51 -
YUV 153.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 194 141 115 0 0.27 0.41 0.24 19.75 0.39 0.61
Hex C2 8D 73 0 1B 29 18 14 27 3D
Octal 302 215 163 0 33 51 30 24 47 75
Binary 11000010 10001101 1110011 0 11011 101001 11000 10100 100111 111101

Color Harmonies of #C28D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D73

Black with #C28D73

Text Example


Text Example

White with #C28D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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