Html Css Color HEX #C28B74 Feldspar

📋 copy color: '#C28B74'

red 194 ◦ green 139 ◦ blue 116

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

Shades of Feldspar #C28B74

Tints of Feldspar #C28B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

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

R = 43.21%
G = 30.96%
B = 25.84%

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

#C28B74 (or 0xC28B74) is known color: Feldspar. HEX triplet: C2, 8B and 74. RGB value is (194,139,116). Sum of RGB (Red+Green+Blue) = 194+139+116=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B74 is #3D748B. Grayscale: #989898. Windows color (decimal): -4027532 or 7637954. OLE color: 7637954.

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

Color convert

RGB 194 139 116 -
CMYK 0 0.28 0.40 0.24
HSL 17.69º 0.39% 0.61% -
HSV(B) 17.69º 0.4% 0.76% -
XYZ 34.63 31.2 20.72 -
YUV 152.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 194 139 116 0 0.28 0.40 0.24 17.69 0.39 0.61
Hex C2 8B 74 0 1C 28 18 12 27 3D
Octal 302 213 164 0 34 50 30 22 47 75
Binary 11000010 10001011 1110100 0 11100 101000 11000 10010 100111 111101

Color Harmonies of #C28B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B74

Black with #C28B74

Text Example


Text Example

White with #C28B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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