Html Css Color HEX #C28B73 Feldspar

📋 copy color: '#C28B73'

red 194 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #C28B73

Tints of Feldspar #C28B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

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

R = 43.3%
G = 31.03%
B = 25.67%

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

#C28B73 (or 0xC28B73) is known color: Feldspar. HEX triplet: C2, 8B and 73. RGB value is (194,139,115). Sum of RGB (Red+Green+Blue) = 194+139+115=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B73 is #3D748C. Grayscale: #989898. Windows color (decimal): -4027533 or 7572418. OLE color: 7572418.

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

Color convert

RGB 194 139 115 -
CMYK 0 0.28 0.41 0.24
HSL 18.23º 0.39% 0.61% -
HSV(B) 18.23º 0.41% 0.76% -
XYZ 34.58 31.17 20.41 -
YUV 152.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 194 139 115 0 0.28 0.41 0.24 18.23 0.39 0.61
Hex C2 8B 73 0 1C 29 18 12 27 3D
Octal 302 213 163 0 34 51 30 22 47 75
Binary 11000010 10001011 1110011 0 11100 101001 11000 10010 100111 111101

Color Harmonies of #C28B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B73

Black with #C28B73

Text Example


Text Example

White with #C28B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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