Html Css Color HEX #C8916E Feldspar

📋 copy color: '#C8916E'

red 200 ◦ green 145 ◦ blue 110

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

Shades of Feldspar #C8916E

Tints of Feldspar #C8916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 43.96%
G = 31.87%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8916E (or 0xC8916E) is known color: Feldspar. HEX triplet: C8, 91 and 6E. RGB value is (200,145,110). Sum of RGB (Red+Green+Blue) = 200+145+110=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8916E is #376E91. Grayscale: #9D9D9D. Windows color (decimal): -3632786 or 7246280. OLE color: 7246280.

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

Color convert

RGB 200 145 110 -
CMYK 0 0.28 0.45 0.22
HSL 23.33º 0.45% 0.61% -
HSV(B) 23.33º 0.45% 0.78% -
XYZ 36.76 33.66 19.31 -
YUV 157.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 200 145 110 0 0.28 0.45 0.22 23.33 0.45 0.61
Hex C8 91 6E 0 1C 2D 16 17 2D 3D
Octal 310 221 156 0 34 55 26 27 55 75
Binary 11001000 10010001 1101110 0 11100 101101 10110 10111 101101 111101

Color Harmonies of #C8916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8916E

Black with #C8916E

Text Example


Text Example

White with #C8916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8916E; }

 p { color: rgb(200,145,110); }

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

background-color css

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

 a { background-color: rgb(200,145,110); }

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

border-color css

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

 span { border-color: rgb(200,145,110); }

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