Html Css Color HEX #C89572 Feldspar

📋 copy color: '#C89572'

red 200 ◦ green 149 ◦ blue 114

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

Shades of Feldspar #C89572

Tints of Feldspar #C89572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 43.2%
G = 32.18%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C89572 (or 0xC89572) is known color: Feldspar. HEX triplet: C8, 95 and 72. RGB value is (200,149,114). Sum of RGB (Red+Green+Blue) = 200+149+114=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89572 is #376A8D. Grayscale: #A0A0A0. Windows color (decimal): -3631758 or 7509448. OLE color: 7509448.

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

Color convert

RGB 200 149 114 -
CMYK 0 0.26 0.43 0.22
HSL 24.42º 0.44% 0.62% -
HSV(B) 24.42º 0.43% 0.78% -
XYZ 37.6 34.99 20.69 -
YUV 160.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 200 149 114 0 0.26 0.43 0.22 24.42 0.44 0.62
Hex C8 95 72 0 1A 2B 16 18 2C 3E
Octal 310 225 162 0 32 53 26 30 54 76
Binary 11001000 10010101 1110010 0 11010 101011 10110 11000 101100 111110

Color Harmonies of #C89572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89572

Black with #C89572

Text Example


Text Example

White with #C89572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89572; }

 p { color: rgb(200,149,114); }

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

background-color css

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

 a { background-color: rgb(200,149,114); }

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

border-color css

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

 span { border-color: rgb(200,149,114); }

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