Html Css Color HEX #C89370 Feldspar

📋 copy color: '#C89370'

red 200 ◦ green 147 ◦ blue 112

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

Shades of Feldspar #C89370

Tints of Feldspar #C89370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 43.57%
G = 32.03%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C89370 (or 0xC89370) is known color: Feldspar. HEX triplet: C8, 93 and 70. RGB value is (200,147,112). Sum of RGB (Red+Green+Blue) = 200+147+112=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89370 is #376C8F. Grayscale: #9F9F9F. Windows color (decimal): -3632272 or 7377864. OLE color: 7377864.

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

Color convert

RGB 200 147 112 -
CMYK 0 0.26 0.44 0.22
HSL 23.86º 0.44% 0.61% -
HSV(B) 23.86º 0.44% 0.78% -
XYZ 37.18 34.32 19.99 -
YUV 158.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 200 147 112 0 0.26 0.44 0.22 23.86 0.44 0.61
Hex C8 93 70 0 1A 2C 16 18 2C 3D
Octal 310 223 160 0 32 54 26 30 54 75
Binary 11001000 10010011 1110000 0 11010 101100 10110 11000 101100 111101

Color Harmonies of #C89370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89370

Black with #C89370

Text Example


Text Example

White with #C89370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89370; }

 p { color: rgb(200,147,112); }

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

background-color css

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

 a { background-color: rgb(200,147,112); }

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

border-color css

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

 span { border-color: rgb(200,147,112); }

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