Html Css Color HEX #C8967A Feldspar

📋 copy color: '#C8967A'

red 200 ◦ green 150 ◦ blue 122

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

Shades of Feldspar #C8967A

Tints of Feldspar #C8967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 42.37%
G = 31.78%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8967A (or 0xC8967A) is known color: Feldspar. HEX triplet: C8, 96 and 7A. RGB value is (200,150,122). Sum of RGB (Red+Green+Blue) = 200+150+122=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8967A is #376985. Grayscale: #A1A1A1. Windows color (decimal): -3631494 or 8033992. OLE color: 8033992.

HSL color Cylindrical-coordinate representation of color #C8967A: hue angle of 21.54º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8967A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 122 -
CMYK 0 0.25 0.39 0.22
HSL 21.54º 0.41% 0.63% -
HSV(B) 21.54º 0.39% 0.78% -
XYZ 38.24 35.5 23.25 -
YUV 161.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 200 150 122 0 0.25 0.39 0.22 21.54 0.41 0.63
Hex C8 96 7A 0 19 27 16 16 29 3F
Octal 310 226 172 0 31 47 26 26 51 77
Binary 11001000 10010110 1111010 0 11001 100111 10110 10110 101001 111111

Color Harmonies of #C8967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8967A

Black with #C8967A

Text Example


Text Example

White with #C8967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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