Html Css Color HEX #C89079 Feldspar

📋 copy color: '#C89079'

red 200 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #C89079

Tints of Feldspar #C89079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.97%

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

R = 43.01%
G = 30.97%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C89079 (or 0xC89079) is known color: Feldspar. HEX triplet: C8, 90 and 79. RGB value is (200,144,121). Sum of RGB (Red+Green+Blue) = 200+144+121=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89079 is #376F86. Grayscale: #9E9E9E. Windows color (decimal): -3633031 or 7966920. OLE color: 7966920.

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

Color convert

RGB 200 144 121 -
CMYK 0 0.28 0.39 0.22
HSL 17.47º 0.42% 0.63% -
HSV(B) 17.47º 0.4% 0.78% -
XYZ 37.24 33.61 22.61 -
YUV 158.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 200 144 121 0 0.28 0.39 0.22 17.47 0.42 0.63
Hex C8 90 79 0 1C 27 16 11 2A 3F
Octal 310 220 171 0 34 47 26 21 52 77
Binary 11001000 10010000 1111001 0 11100 100111 10110 10001 101010 111111

Color Harmonies of #C89079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89079

Black with #C89079

Text Example


Text Example

White with #C89079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89079; }

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

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

background-color css

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

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

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

border-color css

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

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

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