Html Css Color HEX #C28B6E Feldspar

📋 copy color: '#C28B6E'

red 194 ◦ green 139 ◦ blue 110

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

Shades of Feldspar #C28B6E

Tints of Feldspar #C28B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 43.79%
G = 31.38%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C28B6E (or 0xC28B6E) is known color: Feldspar. HEX triplet: C2, 8B and 6E. RGB value is (194,139,110). Sum of RGB (Red+Green+Blue) = 194+139+110=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B6E is #3D7491. Grayscale: #989898. Windows color (decimal): -4027538 or 7244738. OLE color: 7244738.

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

Color convert

RGB 194 139 110 -
CMYK 0 0.28 0.43 0.24
HSL 20.71º 0.41% 0.6% -
HSV(B) 20.71º 0.43% 0.76% -
XYZ 34.3 31.06 18.94 -
YUV 152.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 194 139 110 0 0.28 0.43 0.24 20.71 0.41 0.6
Hex C2 8B 6E 0 1C 2B 18 15 29 3C
Octal 302 213 156 0 34 53 30 25 51 74
Binary 11000010 10001011 1101110 0 11100 101011 11000 10101 101001 111100

Color Harmonies of #C28B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B6E

Black with #C28B6E

Text Example


Text Example

White with #C28B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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