Html Css Color HEX #C28F6F Feldspar

📋 copy color: '#C28F6F'

red 194 ◦ green 143 ◦ blue 111

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

Shades of Feldspar #C28F6F

Tints of Feldspar #C28F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

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

R = 43.3%
G = 31.92%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C28F6F (or 0xC28F6F) is known color: Feldspar. HEX triplet: C2, 8F and 6F. RGB value is (194,143,111). Sum of RGB (Red+Green+Blue) = 194+143+111=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F6F is #3D7090. Grayscale: #9A9A9A. Windows color (decimal): -4026513 or 7311298. OLE color: 7311298.

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

Color convert

RGB 194 143 111 -
CMYK 0 0.26 0.43 0.24
HSL 23.13º 0.4% 0.6% -
HSV(B) 23.13º 0.43% 0.76% -
XYZ 34.94 32.26 19.42 -
YUV 154.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 194 143 111 0 0.26 0.43 0.24 23.13 0.4 0.6
Hex C2 8F 6F 0 1A 2B 18 17 28 3C
Octal 302 217 157 0 32 53 30 27 50 74
Binary 11000010 10001111 1101111 0 11010 101011 11000 10111 101000 111100

Color Harmonies of #C28F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F6F

Black with #C28F6F

Text Example


Text Example

White with #C28F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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