Html Css Color HEX #C88876 Feldspar

📋 copy color: '#C88876'

red 200 ◦ green 136 ◦ blue 118

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

Shades of Feldspar #C88876

Tints of Feldspar #C88876

RGB

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

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

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

R = 44.05%
G = 29.96%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C88876 (or 0xC88876) is known color: Feldspar. HEX triplet: C8, 88 and 76. RGB value is (200,136,118). Sum of RGB (Red+Green+Blue) = 200+136+118=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C88876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88876 is #377789. Grayscale: #999999. Windows color (decimal): -3635082 or 7768264. OLE color: 7768264.

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

Color convert

RGB 200 136 118 -
CMYK 0 0.32 0.41 0.22
HSL 13.17º 0.43% 0.62% -
HSV(B) 13.17º 0.41% 0.78% -
XYZ 35.89 31.2 21.27 -
YUV 153.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 200 136 118 0 0.32 0.41 0.22 13.17 0.43 0.62
Hex C8 88 76 0 20 29 16 D 2B 3E
Octal 310 210 166 0 40 51 26 15 53 76
Binary 11001000 10001000 1110110 0 100000 101001 10110 1101 101011 111110

Color Harmonies of #C88876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88876

Black with #C88876

Text Example


Text Example

White with #C88876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88876; }

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

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

background-color css

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

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

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

border-color css

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

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

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