Html Css Color HEX #C89277 Feldspar

📋 copy color: '#C89277'

red 200 ◦ green 146 ◦ blue 119

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

Shades of Feldspar #C89277

Tints of Feldspar #C89277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 43.01%
G = 31.4%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C89277 (or 0xC89277) is known color: Feldspar. HEX triplet: C8, 92 and 77. RGB value is (200,146,119). Sum of RGB (Red+Green+Blue) = 200+146+119=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89277 is #376D88. Grayscale: #9F9F9F. Windows color (decimal): -3632521 or 7836360. OLE color: 7836360.

HSL color Cylindrical-coordinate representation of color #C89277: hue angle of 20º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89277 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 119 -
CMYK 0 0.27 0.40 0.22
HSL 20º 0.42% 0.63% -
HSV(B) 20º 0.41% 0.78% -
XYZ 37.43 34.17 22.08 -
YUV 159.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 200 146 119 0 0.27 0.40 0.22 20 0.42 0.63
Hex C8 92 77 0 1B 28 16 14 2A 3F
Octal 310 222 167 0 33 50 26 24 52 77
Binary 11001000 10010010 1110111 0 11011 101000 10110 10100 101010 111111

Color Harmonies of #C89277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89277

Black with #C89277

Text Example


Text Example

White with #C89277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89277; }

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

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

background-color css

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

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

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

border-color css

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

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

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