Html Css Color HEX #C8957B Feldspar

📋 copy color: '#C8957B'

red 200 ◦ green 149 ◦ blue 123

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

Shades of Feldspar #C8957B

Tints of Feldspar #C8957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 42.37%
G = 31.57%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8957B (or 0xC8957B) is known color: Feldspar. HEX triplet: C8, 95 and 7B. RGB value is (200,149,123). Sum of RGB (Red+Green+Blue) = 200+149+123=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8957B is #376A84. Grayscale: #A1A1A1. Windows color (decimal): -3631749 or 8099272. OLE color: 8099272.

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

Color convert

RGB 200 149 123 -
CMYK 0 0.26 0.38 0.22
HSL 20.26º 0.41% 0.63% -
HSV(B) 20.26º 0.39% 0.78% -
XYZ 38.14 35.2 23.52 -
YUV 161.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 200 149 123 0 0.26 0.38 0.22 20.26 0.41 0.63
Hex C8 95 7B 0 1A 26 16 14 29 3F
Octal 310 225 173 0 32 46 26 24 51 77
Binary 11001000 10010101 1111011 0 11010 100110 10110 10100 101001 111111

Color Harmonies of #C8957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8957B

Black with #C8957B

Text Example


Text Example

White with #C8957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8957B; }

 p { color: rgb(200,149,123); }

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

background-color css

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

 a { background-color: rgb(200,149,123); }

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

border-color css

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

 span { border-color: rgb(200,149,123); }

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