Html Css Color HEX #C89076 Feldspar

📋 copy color: '#C89076'

red 200 ◦ green 144 ◦ blue 118

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

Shades of Feldspar #C89076

Tints of Feldspar #C89076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 43.29%
G = 31.17%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C89076 (or 0xC89076) is known color: Feldspar. HEX triplet: C8, 90 and 76. RGB value is (200,144,118). Sum of RGB (Red+Green+Blue) = 200+144+118=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C89076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89076 is #376F89. Grayscale: #9D9D9D. Windows color (decimal): -3633034 or 7770312. OLE color: 7770312.

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

Color convert

RGB 200 144 118 -
CMYK 0 0.28 0.41 0.22
HSL 19.02º 0.43% 0.62% -
HSV(B) 19.02º 0.41% 0.78% -
XYZ 37.06 33.53 21.66 -
YUV 157.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 200 144 118 0 0.28 0.41 0.22 19.02 0.43 0.62
Hex C8 90 76 0 1C 29 16 13 2B 3E
Octal 310 220 166 0 34 51 26 23 53 76
Binary 11001000 10010000 1110110 0 11100 101001 10110 10011 101011 111110

Color Harmonies of #C89076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89076

Black with #C89076

Text Example


Text Example

White with #C89076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89076; }

 p { color: rgb(200,144,118); }

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

background-color css

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

 a { background-color: rgb(200,144,118); }

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

border-color css

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

 span { border-color: rgb(200,144,118); }

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