Html Css Color HEX #C89671 Feldspar

📋 copy color: '#C89671'

red 200 ◦ green 150 ◦ blue 113

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

Shades of Feldspar #C89671

Tints of Feldspar #C89671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.41%

R = 43.2%
G = 32.4%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C89671 (or 0xC89671) is known color: Feldspar. HEX triplet: C8, 96 and 71. RGB value is (200,150,113). Sum of RGB (Red+Green+Blue) = 200+150+113=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89671 is #37698E. Grayscale: #A0A0A0. Windows color (decimal): -3631503 or 7444168. OLE color: 7444168.

HSL color Cylindrical-coordinate representation of color #C89671: hue angle of 25.52º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C89671 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 113 -
CMYK 0 0.25 0.44 0.22
HSL 25.52º 0.44% 0.61% -
HSV(B) 25.52º 0.44% 0.78% -
XYZ 37.71 35.28 20.45 -
YUV 160.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 200 150 113 0 0.25 0.44 0.22 25.52 0.44 0.61
Hex C8 96 71 0 19 2C 16 1A 2C 3D
Octal 310 226 161 0 31 54 26 32 54 75
Binary 11001000 10010110 1110001 0 11001 101100 10110 11010 101100 111101

Color Harmonies of #C89671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89671

Black with #C89671

Text Example


Text Example

White with #C89671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89671; }

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

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

background-color css

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

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

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

border-color css

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

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

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