Html Css Color HEX #C28D6E Feldspar

📋 copy color: '#C28D6E'

red 194 ◦ green 141 ◦ blue 110

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

Shades of Feldspar #C28D6E

Tints of Feldspar #C28D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 43.6%
G = 31.69%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C28D6E (or 0xC28D6E) is known color: Feldspar. HEX triplet: C2, 8D and 6E. RGB value is (194,141,110). Sum of RGB (Red+Green+Blue) = 194+141+110=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D6E is #3D7291. Grayscale: #999999. Windows color (decimal): -4027026 or 7245250. OLE color: 7245250.

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

Color convert

RGB 194 141 110 -
CMYK 0 0.27 0.43 0.24
HSL 22.14º 0.41% 0.6% -
HSV(B) 22.14º 0.43% 0.76% -
XYZ 34.59 31.64 19.04 -
YUV 153.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 194 141 110 0 0.27 0.43 0.24 22.14 0.41 0.6
Hex C2 8D 6E 0 1B 2B 18 16 29 3C
Octal 302 215 156 0 33 53 30 26 51 74
Binary 11000010 10001101 1101110 0 11011 101011 11000 10110 101001 111100

Color Harmonies of #C28D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D6E

Black with #C28D6E

Text Example


Text Example

White with #C28D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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