Html Css Color HEX #C88F76 Feldspar

📋 copy color: '#C88F76'

red 200 ◦ green 143 ◦ blue 118

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

Shades of Feldspar #C88F76

Tints of Feldspar #C88F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 43.38%
G = 31.02%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C88F76 (or 0xC88F76) is known color: Feldspar. HEX triplet: C8, 8F and 76. RGB value is (200,143,118). Sum of RGB (Red+Green+Blue) = 200+143+118=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F76 is #377089. Grayscale: #9D9D9D. Windows color (decimal): -3633290 or 7770056. OLE color: 7770056.

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

Color convert

RGB 200 143 118 -
CMYK 0 0.28 0.41 0.22
HSL 18.29º 0.43% 0.62% -
HSV(B) 18.29º 0.41% 0.78% -
XYZ 36.91 33.23 21.61 -
YUV 157.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 200 143 118 0 0.28 0.41 0.22 18.29 0.43 0.62
Hex C8 8F 76 0 1C 29 16 12 2B 3E
Octal 310 217 166 0 34 51 26 22 53 76
Binary 11001000 10001111 1110110 0 11100 101001 10110 10010 101011 111110

Color Harmonies of #C88F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F76

Black with #C88F76

Text Example


Text Example

White with #C88F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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