Html Css Color HEX #C88871 Feldspar

📋 copy color: '#C88871'

red 200 ◦ green 136 ◦ blue 113

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

Shades of Feldspar #C88871

Tints of Feldspar #C88871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

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

R = 44.54%
G = 30.29%
B = 25.17%

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

#C88871 (or 0xC88871) is known color: Feldspar. HEX triplet: C8, 88 and 71. RGB value is (200,136,113). Sum of RGB (Red+Green+Blue) = 200+136+113=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88871 is #37778E. Grayscale: #989898. Windows color (decimal): -3635087 or 7440584. OLE color: 7440584.

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

Color convert

RGB 200 136 113 -
CMYK 0 0.32 0.44 0.22
HSL 15.86º 0.44% 0.61% -
HSV(B) 15.86º 0.44% 0.78% -
XYZ 35.6 31.08 19.75 -
YUV 152.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 200 136 113 0 0.32 0.44 0.22 15.86 0.44 0.61
Hex C8 88 71 0 20 2C 16 10 2C 3D
Octal 310 210 161 0 40 54 26 20 54 75
Binary 11001000 10001000 1110001 0 100000 101100 10110 10000 101100 111101

Color Harmonies of #C88871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88871

Black with #C88871

Text Example


Text Example

White with #C88871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88871; }

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

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

background-color css

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

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

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

border-color css

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

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

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