Html Css Color HEX #C28C6F Feldspar

📋 copy color: '#C28C6F'

red 194 ◦ green 140 ◦ blue 111

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

Shades of Feldspar #C28C6F

Tints of Feldspar #C28C6F

RGB

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

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

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

R = 43.6%
G = 31.46%
B = 24.94%

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

#C28C6F (or 0xC28C6F) is known color: Feldspar. HEX triplet: C2, 8C and 6F. RGB value is (194,140,111). Sum of RGB (Red+Green+Blue) = 194+140+111=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C6F is #3D7390. Grayscale: #999999. Windows color (decimal): -4027281 or 7310530. OLE color: 7310530.

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

Color convert

RGB 194 140 111 -
CMYK 0 0.28 0.43 0.24
HSL 20.96º 0.4% 0.6% -
HSV(B) 20.96º 0.43% 0.76% -
XYZ 34.5 31.37 19.28 -
YUV 152.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 194 140 111 0 0.28 0.43 0.24 20.96 0.4 0.6
Hex C2 8C 6F 0 1C 2B 18 15 28 3C
Octal 302 214 157 0 34 53 30 25 50 74
Binary 11000010 10001100 1101111 0 11100 101011 11000 10101 101000 111100

Color Harmonies of #C28C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C6F

Black with #C28C6F

Text Example


Text Example

White with #C28C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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