Html Css Color HEX #C88971 Feldspar

📋 copy color: '#C88971'

red 200 ◦ green 137 ◦ blue 113

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

Shades of Feldspar #C88971

Tints of Feldspar #C88971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

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

R = 44.44%
G = 30.44%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C88971 (or 0xC88971) is known color: Feldspar. HEX triplet: C8, 89 and 71. RGB value is (200,137,113). Sum of RGB (Red+Green+Blue) = 200+137+113=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C88971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88971 is #37768E. Grayscale: #999999. Windows color (decimal): -3634831 or 7440840. OLE color: 7440840.

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

Color convert

RGB 200 137 113 -
CMYK 0 0.32 0.44 0.22
HSL 16.55º 0.44% 0.61% -
HSV(B) 16.55º 0.44% 0.78% -
XYZ 35.75 31.36 19.79 -
YUV 153.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 200 137 113 0 0.32 0.44 0.22 16.55 0.44 0.61
Hex C8 89 71 0 20 2C 16 11 2C 3D
Octal 310 211 161 0 40 54 26 21 54 75
Binary 11001000 10001001 1110001 0 100000 101100 10110 10001 101100 111101

Color Harmonies of #C88971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88971

Black with #C88971

Text Example


Text Example

White with #C88971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88971; }

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

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

background-color css

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

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

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

border-color css

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

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

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