Html Css Color HEX #C89776 Feldspar

📋 copy color: '#C89776'

red 200 ◦ green 151 ◦ blue 118

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

Shades of Feldspar #C89776

Tints of Feldspar #C89776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 42.64%
G = 32.2%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C89776 (or 0xC89776) is known color: Feldspar. HEX triplet: C8, 97 and 76. RGB value is (200,151,118). Sum of RGB (Red+Green+Blue) = 200+151+118=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C89776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89776 is #376889. Grayscale: #A2A2A2. Windows color (decimal): -3631242 or 7772104. OLE color: 7772104.

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

Color convert

RGB 200 151 118 -
CMYK 0 0.24 0.41 0.22
HSL 24.15º 0.43% 0.62% -
HSV(B) 24.15º 0.41% 0.78% -
XYZ 38.16 35.72 22.02 -
YUV 161.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 200 151 118 0 0.24 0.41 0.22 24.15 0.43 0.62
Hex C8 97 76 0 18 29 16 18 2B 3E
Octal 310 227 166 0 30 51 26 30 53 76
Binary 11001000 10010111 1110110 0 11000 101001 10110 11000 101011 111110

Color Harmonies of #C89776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89776

Black with #C89776

Text Example


Text Example

White with #C89776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89776; }

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

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

background-color css

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

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

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

border-color css

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

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

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