Html Css Color HEX #C28D6D Feldspar

📋 copy color: '#C28D6D'

red 194 ◦ green 141 ◦ blue 109

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

Shades of Feldspar #C28D6D

Tints of Feldspar #C28D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.55%

R = 43.69%
G = 31.76%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C28D6D (or 0xC28D6D) is known color: Feldspar. HEX triplet: C2, 8D and 6D. RGB value is (194,141,109). Sum of RGB (Red+Green+Blue) = 194+141+109=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D6D is #3D7292. Grayscale: #999999. Windows color (decimal): -4027027 or 7179714. OLE color: 7179714.

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

Color convert

RGB 194 141 109 -
CMYK 0 0.27 0.44 0.24
HSL 22.59º 0.41% 0.59% -
HSV(B) 22.59º 0.44% 0.76% -
XYZ 34.53 31.62 18.75 -
YUV 153.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 194 141 109 0 0.27 0.44 0.24 22.59 0.41 0.59
Hex C2 8D 6D 0 1B 2C 18 17 29 3B
Octal 302 215 155 0 33 54 30 27 51 73
Binary 11000010 10001101 1101101 0 11011 101100 11000 10111 101001 111011

Color Harmonies of #C28D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D6D

Black with #C28D6D

Text Example


Text Example

White with #C28D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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