Html Css Color HEX #C28A6F Feldspar

📋 copy color: '#C28A6F'

red 194 ◦ green 138 ◦ blue 111

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

Shades of Feldspar #C28A6F

Tints of Feldspar #C28A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 43.79%
G = 31.15%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C28A6F (or 0xC28A6F) is known color: Feldspar. HEX triplet: C2, 8A and 6F. RGB value is (194,138,111). Sum of RGB (Red+Green+Blue) = 194+138+111=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A6F is #3D7590. Grayscale: #979797. Windows color (decimal): -4027793 or 7310018. OLE color: 7310018.

HSL color Cylindrical-coordinate representation of color #C28A6F: hue angle of 19.52º degrees, saturation: 0.4, 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 #C28A6F is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 111 -
CMYK 0 0.29 0.43 0.24
HSL 19.52º 0.4% 0.6% -
HSV(B) 19.52º 0.43% 0.76% -
XYZ 34.21 30.79 19.18 -
YUV 151.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 194 138 111 0 0.29 0.43 0.24 19.52 0.4 0.6
Hex C2 8A 6F 0 1D 2B 18 14 28 3C
Octal 302 212 157 0 35 53 30 24 50 74
Binary 11000010 10001010 1101111 0 11101 101011 11000 10100 101000 111100

Color Harmonies of #C28A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A6F

Black with #C28A6F

Text Example


Text Example

White with #C28A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A6F; }

 p { color: rgb(194,138,111); }

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

background-color css

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

 a { background-color: rgb(194,138,111); }

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

border-color css

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

 span { border-color: rgb(194,138,111); }

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