Html Css Color HEX #C89272 Feldspar

📋 copy color: '#C89272'

red 200 ◦ green 146 ◦ blue 114

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

Shades of Feldspar #C89272

Tints of Feldspar #C89272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 43.48%
G = 31.74%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C89272 (or 0xC89272) is known color: Feldspar. HEX triplet: C8, 92 and 72. RGB value is (200,146,114). Sum of RGB (Red+Green+Blue) = 200+146+114=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C89272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89272 is #376D8D. Grayscale: #9E9E9E. Windows color (decimal): -3632526 or 7508680. OLE color: 7508680.

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

Color convert

RGB 200 146 114 -
CMYK 0 0.27 0.43 0.22
HSL 22.33º 0.44% 0.62% -
HSV(B) 22.33º 0.43% 0.78% -
XYZ 37.14 34.05 20.54 -
YUV 158.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 200 146 114 0 0.27 0.43 0.22 22.33 0.44 0.62
Hex C8 92 72 0 1B 2B 16 16 2C 3E
Octal 310 222 162 0 33 53 26 26 54 76
Binary 11001000 10010010 1110010 0 11011 101011 10110 10110 101100 111110

Color Harmonies of #C89272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89272

Black with #C89272

Text Example


Text Example

White with #C89272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89272; }

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

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

background-color css

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

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

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

border-color css

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

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

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