Html Css Color HEX #C89373 Feldspar

📋 copy color: '#C89373'

red 200 ◦ green 147 ◦ blue 115

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

Shades of Feldspar #C89373

Tints of Feldspar #C89373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.89%

R = 43.29%
G = 31.82%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C89373 (or 0xC89373) is known color: Feldspar. HEX triplet: C8, 93 and 73. RGB value is (200,147,115). Sum of RGB (Red+Green+Blue) = 200+147+115=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C89373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89373 is #376C8C. Grayscale: #9F9F9F. Windows color (decimal): -3632269 or 7574472. OLE color: 7574472.

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

Color convert

RGB 200 147 115 -
CMYK 0 0.26 0.42 0.22
HSL 22.59º 0.44% 0.62% -
HSV(B) 22.59º 0.43% 0.78% -
XYZ 37.35 34.38 20.89 -
YUV 159.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 200 147 115 0 0.26 0.42 0.22 22.59 0.44 0.62
Hex C8 93 73 0 1A 2A 16 17 2C 3E
Octal 310 223 163 0 32 52 26 27 54 76
Binary 11001000 10010011 1110011 0 11010 101010 10110 10111 101100 111110

Color Harmonies of #C89373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89373

Black with #C89373

Text Example


Text Example

White with #C89373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89373; }

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

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

background-color css

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

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

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

border-color css

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

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

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