Html Css Color HEX #C89778 Feldspar

📋 copy color: '#C89778'

red 200 ◦ green 151 ◦ blue 120

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

Shades of Feldspar #C89778

Tints of Feldspar #C89778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.06%

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

R = 42.46%
G = 32.06%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C89778 (or 0xC89778) is known color: Feldspar. HEX triplet: C8, 97 and 78. RGB value is (200,151,120). Sum of RGB (Red+Green+Blue) = 200+151+120=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89778 is #376887. Grayscale: #A2A2A2. Windows color (decimal): -3631240 or 7903176. OLE color: 7903176.

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

Color convert

RGB 200 151 120 -
CMYK 0 0.24 0.4 0.22
HSL 23.25º 0.42% 0.63% -
HSV(B) 23.25º 0.4% 0.78% -
XYZ 38.28 35.77 22.66 -
YUV 162.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 200 151 120 0 0.24 0.4 0.22 23.25 0.42 0.63
Hex C8 97 78 0 18 28 16 17 2A 3F
Octal 310 227 170 0 30 50 26 27 52 77
Binary 11001000 10010111 1111000 0 11000 101000 10110 10111 101010 111111

Color Harmonies of #C89778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89778

Black with #C89778

Text Example


Text Example

White with #C89778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89778; }

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

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

background-color css

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

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

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

border-color css

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

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

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