Html Css Color HEX #C89378 Feldspar

📋 copy color: '#C89378'

red 200 ◦ green 147 ◦ blue 120

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

Shades of Feldspar #C89378

Tints of Feldspar #C89378

RGB

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

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

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

R = 42.83%
G = 31.48%
B = 25.7%

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

#C89378 (or 0xC89378) is known color: Feldspar. HEX triplet: C8, 93 and 78. RGB value is (200,147,120). Sum of RGB (Red+Green+Blue) = 200+147+120=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C89378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89378 is #376C87. Grayscale: #9F9F9F. Windows color (decimal): -3632264 or 7902152. OLE color: 7902152.

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

Color convert

RGB 200 147 120 -
CMYK 0 0.26 0.4 0.22
HSL 20.25º 0.42% 0.63% -
HSV(B) 20.25º 0.4% 0.78% -
XYZ 37.64 34.5 22.45 -
YUV 159.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 200 147 120 0 0.26 0.4 0.22 20.25 0.42 0.63
Hex C8 93 78 0 1A 28 16 14 2A 3F
Octal 310 223 170 0 32 50 26 24 52 77
Binary 11001000 10010011 1111000 0 11010 101000 10110 10100 101010 111111

Color Harmonies of #C89378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89378

Black with #C89378

Text Example


Text Example

White with #C89378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89378; }

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

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

background-color css

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

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

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

border-color css

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

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

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