Html Css Color HEX #C89478 Feldspar

📋 copy color: '#C89478'

red 200 ◦ green 148 ◦ blue 120

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

Shades of Feldspar #C89478

Tints of Feldspar #C89478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 42.74%
G = 31.62%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C89478 (or 0xC89478) is known color: Feldspar. HEX triplet: C8, 94 and 78. RGB value is (200,148,120). Sum of RGB (Red+Green+Blue) = 200+148+120=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C89478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89478 is #376B87. Grayscale: #A0A0A0. Windows color (decimal): -3632008 or 7902408. OLE color: 7902408.

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

Color convert

RGB 200 148 120 -
CMYK 0 0.26 0.4 0.22
HSL 21º 0.42% 0.63% -
HSV(B) 21º 0.4% 0.78% -
XYZ 37.8 34.82 22.5 -
YUV 160.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 200 148 120 0 0.26 0.4 0.22 21 0.42 0.63
Hex C8 94 78 0 1A 28 16 15 2A 3F
Octal 310 224 170 0 32 50 26 25 52 77
Binary 11001000 10010100 1111000 0 11010 101000 10110 10101 101010 111111

Color Harmonies of #C89478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89478

Black with #C89478

Text Example


Text Example

White with #C89478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89478; }

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

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

background-color css

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

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

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

border-color css

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

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

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