Html Css Color HEX #C89877 Feldspar

📋 copy color: '#C89877'

red 200 ◦ green 152 ◦ blue 119

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

Shades of Feldspar #C89877

Tints of Feldspar #C89877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 42.46%
G = 32.27%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C89877 (or 0xC89877) is known color: Feldspar. HEX triplet: C8, 98 and 77. RGB value is (200,152,119). Sum of RGB (Red+Green+Blue) = 200+152+119=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89877 is #376788. Grayscale: #A2A2A2. Windows color (decimal): -3630985 or 7837896. OLE color: 7837896.

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

Color convert

RGB 200 152 119 -
CMYK 0 0.24 0.40 0.22
HSL 24.44º 0.42% 0.63% -
HSV(B) 24.44º 0.41% 0.78% -
XYZ 38.38 36.07 22.39 -
YUV 162.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 200 152 119 0 0.24 0.40 0.22 24.44 0.42 0.63
Hex C8 98 77 0 18 28 16 18 2A 3F
Octal 310 230 167 0 30 50 26 30 52 77
Binary 11001000 10011000 1110111 0 11000 101000 10110 11000 101010 111111

Color Harmonies of #C89877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89877

Black with #C89877

Text Example


Text Example

White with #C89877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89877; }

 p { color: rgb(200,152,119); }

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

background-color css

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

 a { background-color: rgb(200,152,119); }

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

border-color css

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

 span { border-color: rgb(200,152,119); }

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