Html Css Color HEX #C28F75 Feldspar

📋 copy color: '#C28F75'

red 194 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #C28F75

Tints of Feldspar #C28F75

RGB

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

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

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

R = 42.73%
G = 31.5%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28F75 (or 0xC28F75) is known color: Feldspar. HEX triplet: C2, 8F and 75. RGB value is (194,143,117). Sum of RGB (Red+Green+Blue) = 194+143+117=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F75 is #3D708A. Grayscale: #9B9B9B. Windows color (decimal): -4026507 or 7704514. OLE color: 7704514.

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

Color convert

RGB 194 143 117 -
CMYK 0 0.26 0.40 0.24
HSL 20.26º 0.39% 0.61% -
HSV(B) 20.26º 0.4% 0.76% -
XYZ 35.28 32.4 21.22 -
YUV 155.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 194 143 117 0 0.26 0.40 0.24 20.26 0.39 0.61
Hex C2 8F 75 0 1A 28 18 14 27 3D
Octal 302 217 165 0 32 50 30 24 47 75
Binary 11000010 10001111 1110101 0 11010 101000 11000 10100 100111 111101

Color Harmonies of #C28F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F75

Black with #C28F75

Text Example


Text Example

White with #C28F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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