Html Css Color HEX #C89575 Feldspar

📋 copy color: '#C89575'

red 200 ◦ green 149 ◦ blue 117

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

Shades of Feldspar #C89575

Tints of Feldspar #C89575

RGB

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

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

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

R = 42.92%
G = 31.97%
B = 25.11%

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

#C89575 (or 0xC89575) is known color: Feldspar. HEX triplet: C8, 95 and 75. RGB value is (200,149,117). Sum of RGB (Red+Green+Blue) = 200+149+117=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89575 is #376A8A. Grayscale: #A0A0A0. Windows color (decimal): -3631755 or 7706056. OLE color: 7706056.

HSL color Cylindrical-coordinate representation of color #C89575: hue angle of 23.13º 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 #C89575 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 117 -
CMYK 0 0.26 0.42 0.22
HSL 23.13º 0.43% 0.62% -
HSV(B) 23.13º 0.42% 0.78% -
XYZ 37.78 35.06 21.61 -
YUV 160.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 200 149 117 0 0.26 0.42 0.22 23.13 0.43 0.62
Hex C8 95 75 0 1A 2A 16 17 2B 3E
Octal 310 225 165 0 32 52 26 27 53 76
Binary 11001000 10010101 1110101 0 11010 101010 10110 10111 101011 111110

Color Harmonies of #C89575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89575

Black with #C89575

Text Example


Text Example

White with #C89575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89575; }

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

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

background-color css

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

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

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

border-color css

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

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

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