Html Css Color HEX #C89678 Feldspar

📋 copy color: '#C89678'

red 200 ◦ green 150 ◦ blue 120

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

Shades of Feldspar #C89678

Tints of Feldspar #C89678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

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

R = 42.55%
G = 31.91%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C89678 (or 0xC89678) is known color: Feldspar. HEX triplet: C8, 96 and 78. RGB value is (200,150,120). Sum of RGB (Red+Green+Blue) = 200+150+120=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C89678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89678 is #376987. Grayscale: #A1A1A1. Windows color (decimal): -3631496 or 7902920. OLE color: 7902920.

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

Color convert

RGB 200 150 120 -
CMYK 0 0.25 0.4 0.22
HSL 22.5º 0.42% 0.63% -
HSV(B) 22.5º 0.4% 0.78% -
XYZ 38.12 35.45 22.6 -
YUV 161.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 200 150 120 0 0.25 0.4 0.22 22.5 0.42 0.63
Hex C8 96 78 0 19 28 16 16 2A 3F
Octal 310 226 170 0 31 50 26 26 52 77
Binary 11001000 10010110 1111000 0 11001 101000 10110 10110 101010 111111

Color Harmonies of #C89678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89678

Black with #C89678

Text Example


Text Example

White with #C89678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89678; }

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

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

background-color css

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

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

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

border-color css

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

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

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