Html Css Color HEX #C89379 Feldspar

📋 copy color: '#C89379'

red 200 ◦ green 147 ◦ blue 121

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

Shades of Feldspar #C89379

Tints of Feldspar #C89379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 42.74%
G = 31.41%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C89379 (or 0xC89379) is known color: Feldspar. HEX triplet: C8, 93 and 79. RGB value is (200,147,121). Sum of RGB (Red+Green+Blue) = 200+147+121=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C89379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89379 is #376C86. Grayscale: #A0A0A0. Windows color (decimal): -3632263 or 7967688. OLE color: 7967688.

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

Color convert

RGB 200 147 121 -
CMYK 0 0.26 0.39 0.22
HSL 19.75º 0.42% 0.63% -
HSV(B) 19.75º 0.4% 0.78% -
XYZ 37.7 34.53 22.77 -
YUV 159.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 200 147 121 0 0.26 0.39 0.22 19.75 0.42 0.63
Hex C8 93 79 0 1A 27 16 14 2A 3F
Octal 310 223 171 0 32 47 26 24 52 77
Binary 11001000 10010011 1111001 0 11010 100111 10110 10100 101010 111111

Color Harmonies of #C89379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89379

Black with #C89379

Text Example


Text Example

White with #C89379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89379; }

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

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

background-color css

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

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

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

border-color css

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

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

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