Html Css Color HEX #C89271 Feldspar

📋 copy color: '#C89271'

red 200 ◦ green 146 ◦ blue 113

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

Shades of Feldspar #C89271

Tints of Feldspar #C89271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.81%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 43.57%
G = 31.81%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C89271 (or 0xC89271) is known color: Feldspar. HEX triplet: C8, 92 and 71. RGB value is (200,146,113). Sum of RGB (Red+Green+Blue) = 200+146+113=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89271 is #376D8E. Grayscale: #9E9E9E. Windows color (decimal): -3632527 or 7443144. OLE color: 7443144.

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

Color convert

RGB 200 146 113 -
CMYK 0 0.27 0.44 0.22
HSL 22.76º 0.44% 0.61% -
HSV(B) 22.76º 0.44% 0.78% -
XYZ 37.08 34.03 20.24 -
YUV 158.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 200 146 113 0 0.27 0.44 0.22 22.76 0.44 0.61
Hex C8 92 71 0 1B 2C 16 17 2C 3D
Octal 310 222 161 0 33 54 26 27 54 75
Binary 11001000 10010010 1110001 0 11011 101100 10110 10111 101100 111101

Color Harmonies of #C89271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89271

Black with #C89271

Text Example


Text Example

White with #C89271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89271; }

 p { color: rgb(200,146,113); }

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

background-color css

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

 a { background-color: rgb(200,146,113); }

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

border-color css

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

 span { border-color: rgb(200,146,113); }

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