Html Css Color HEX #C28F74 Feldspar

📋 copy color: '#C28F74'

red 194 ◦ green 143 ◦ blue 116

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

Shades of Feldspar #C28F74

Tints of Feldspar #C28F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 42.83%
G = 31.57%
B = 25.61%

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

#C28F74 (or 0xC28F74) is known color: Feldspar. HEX triplet: C2, 8F and 74. RGB value is (194,143,116). Sum of RGB (Red+Green+Blue) = 194+143+116=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F74 is #3D708B. Grayscale: #9B9B9B. Windows color (decimal): -4026508 or 7638978. OLE color: 7638978.

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

Color convert

RGB 194 143 116 -
CMYK 0 0.26 0.40 0.24
HSL 20.77º 0.39% 0.61% -
HSV(B) 20.77º 0.4% 0.76% -
XYZ 35.22 32.38 20.92 -
YUV 155.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 194 143 116 0 0.26 0.40 0.24 20.77 0.39 0.61
Hex C2 8F 74 0 1A 28 18 15 27 3D
Octal 302 217 164 0 32 50 30 25 47 75
Binary 11000010 10001111 1110100 0 11010 101000 11000 10101 100111 111101

Color Harmonies of #C28F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F74

Black with #C28F74

Text Example


Text Example

White with #C28F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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