Html Css Color HEX #C28C75 Feldspar

📋 copy color: '#C28C75'

red 194 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #C28C75

Tints of Feldspar #C28C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 43.02%
G = 31.04%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28C75 (or 0xC28C75) is known color: Feldspar. HEX triplet: C2, 8C and 75. RGB value is (194,140,117). Sum of RGB (Red+Green+Blue) = 194+140+117=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C75 is #3D738A. Grayscale: #999999. Windows color (decimal): -4027275 or 7703746. OLE color: 7703746.

HSL color Cylindrical-coordinate representation of color #C28C75: hue angle of 17.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28C75 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 117 -
CMYK 0 0.28 0.40 0.24
HSL 17.92º 0.39% 0.61% -
HSV(B) 17.92º 0.4% 0.76% -
XYZ 34.84 31.51 21.08 -
YUV 153.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 194 140 117 0 0.28 0.40 0.24 17.92 0.39 0.61
Hex C2 8C 75 0 1C 28 18 12 27 3D
Octal 302 214 165 0 34 50 30 22 47 75
Binary 11000010 10001100 1110101 0 11100 101000 11000 10010 100111 111101

Color Harmonies of #C28C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C75

Black with #C28C75

Text Example


Text Example

White with #C28C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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