Html Css Color HEX #C89078 Feldspar

📋 copy color: '#C89078'

red 200 ◦ green 144 ◦ blue 120

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

Shades of Feldspar #C89078

Tints of Feldspar #C89078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.86%

R = 43.1%
G = 31.03%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C89078 (or 0xC89078) is known color: Feldspar. HEX triplet: C8, 90 and 78. RGB value is (200,144,120). Sum of RGB (Red+Green+Blue) = 200+144+120=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89078 is #376F87. Grayscale: #9E9E9E. Windows color (decimal): -3633032 or 7901384. OLE color: 7901384.

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

Color convert

RGB 200 144 120 -
CMYK 0 0.28 0.4 0.22
HSL 18º 0.42% 0.63% -
HSV(B) 18º 0.4% 0.78% -
XYZ 37.18 33.58 22.29 -
YUV 158.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 200 144 120 0 0.28 0.4 0.22 18 0.42 0.63
Hex C8 90 78 0 1C 28 16 12 2A 3F
Octal 310 220 170 0 34 50 26 22 52 77
Binary 11001000 10010000 1111000 0 11100 101000 10110 10010 101010 111111

Color Harmonies of #C89078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89078

Black with #C89078

Text Example


Text Example

White with #C89078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89078; }

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

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

background-color css

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

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

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

border-color css

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

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

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