Html Css Color HEX #C89375 Feldspar

📋 copy color: '#C89375'

red 200 ◦ green 147 ◦ blue 117

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

Shades of Feldspar #C89375

Tints of Feldspar #C89375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 43.1%
G = 31.68%
B = 25.22%

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

#C89375 (or 0xC89375) is known color: Feldspar. HEX triplet: C8, 93 and 75. RGB value is (200,147,117). Sum of RGB (Red+Green+Blue) = 200+147+117=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89375 is #376C8A. Grayscale: #9F9F9F. Windows color (decimal): -3632267 or 7705544. OLE color: 7705544.

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

Color convert

RGB 200 147 117 -
CMYK 0 0.26 0.42 0.22
HSL 21.69º 0.43% 0.62% -
HSV(B) 21.69º 0.42% 0.78% -
XYZ 37.46 34.43 21.5 -
YUV 159.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 200 147 117 0 0.26 0.42 0.22 21.69 0.43 0.62
Hex C8 93 75 0 1A 2A 16 16 2B 3E
Octal 310 223 165 0 32 52 26 26 53 76
Binary 11001000 10010011 1110101 0 11010 101010 10110 10110 101011 111110

Color Harmonies of #C89375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89375

Black with #C89375

Text Example


Text Example

White with #C89375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89375; }

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

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

background-color css

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

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

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

border-color css

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

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

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