Html Css Color HEX #C8967F Feldspar

📋 copy color: '#C8967F'

red 200 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #C8967F

Tints of Feldspar #C8967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 127 (50% from 255) = 26.62%

R = 41.93%
G = 31.45%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8967F (or 0xC8967F) is known color: Feldspar. HEX triplet: C8, 96 and 7F. RGB value is (200,150,127). Sum of RGB (Red+Green+Blue) = 200+150+127=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8967F is #376980. Grayscale: #A2A2A2. Windows color (decimal): -3631489 or 8361672. OLE color: 8361672.

HSL color Cylindrical-coordinate representation of color #C8967F: hue angle of 18.9º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8967F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 127 -
CMYK 0 0.25 0.36 0.22
HSL 18.9º 0.4% 0.64% -
HSV(B) 18.9º 0.37% 0.78% -
XYZ 38.56 35.62 24.92 -
YUV 162.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 200 150 127 0 0.25 0.36 0.22 18.9 0.4 0.64
Hex C8 96 7F 0 19 24 16 13 28 40
Octal 310 226 177 0 31 44 26 23 50 100
Binary 11001000 10010110 1111111 0 11001 100100 10110 10011 101000 1000000

Color Harmonies of #C8967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8967F

Black with #C8967F

Text Example


Text Example

White with #C8967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8967F; }

 p { color: rgb(200,150,127); }

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

background-color css

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

 a { background-color: rgb(200,150,127); }

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

border-color css

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

 span { border-color: rgb(200,150,127); }

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