Html Css Color HEX #C89571 Feldspar

📋 copy color: '#C89571'

red 200 ◦ green 149 ◦ blue 113

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

Shades of Feldspar #C89571

Tints of Feldspar #C89571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 43.29%
G = 32.25%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C89571 (or 0xC89571) is known color: Feldspar. HEX triplet: C8, 95 and 71. RGB value is (200,149,113). Sum of RGB (Red+Green+Blue) = 200+149+113=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C89571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89571 is #376A8E. Grayscale: #A0A0A0. Windows color (decimal): -3631759 or 7443912. OLE color: 7443912.

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

Color convert

RGB 200 149 113 -
CMYK 0 0.26 0.44 0.22
HSL 24.83º 0.44% 0.61% -
HSV(B) 24.83º 0.44% 0.78% -
XYZ 37.55 34.97 20.39 -
YUV 160.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 200 149 113 0 0.26 0.44 0.22 24.83 0.44 0.61
Hex C8 95 71 0 1A 2C 16 19 2C 3D
Octal 310 225 161 0 32 54 26 31 54 75
Binary 11001000 10010101 1110001 0 11010 101100 10110 11001 101100 111101

Color Harmonies of #C89571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89571

Black with #C89571

Text Example


Text Example

White with #C89571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89571; }

 p { color: rgb(200,149,113); }

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

background-color css

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

 a { background-color: rgb(200,149,113); }

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

border-color css

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

 span { border-color: rgb(200,149,113); }

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