Html Css Color HEX #C89474 Feldspar

📋 copy color: '#C89474'

red 200 ◦ green 148 ◦ blue 116

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

Shades of Feldspar #C89474

Tints of Feldspar #C89474

RGB

 RED value IS 200 (78.52% from 255) = 43.1%

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 43.1%
G = 31.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C89474 (or 0xC89474) is known color: Feldspar. HEX triplet: C8, 94 and 74. RGB value is (200,148,116). Sum of RGB (Red+Green+Blue) = 200+148+116=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89474 is #376B8B. Grayscale: #A0A0A0. Windows color (decimal): -3632012 or 7640264. OLE color: 7640264.

HSL color Cylindrical-coordinate representation of color #C89474: hue angle of 22.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C89474 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 116 -
CMYK 0 0.26 0.42 0.22
HSL 22.86º 0.43% 0.62% -
HSV(B) 22.86º 0.42% 0.78% -
XYZ 37.56 34.72 21.24 -
YUV 159.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 200 148 116 0 0.26 0.42 0.22 22.86 0.43 0.62
Hex C8 94 74 0 1A 2A 16 17 2B 3E
Octal 310 224 164 0 32 52 26 27 53 76
Binary 11001000 10010100 1110100 0 11010 101010 10110 10111 101011 111110

Color Harmonies of #C89474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89474

Black with #C89474

Text Example


Text Example

White with #C89474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89474; }

 p { color: rgb(200,148,116); }

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

background-color css

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

 a { background-color: rgb(200,148,116); }

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

border-color css

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

 span { border-color: rgb(200,148,116); }

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