Html Css Color HEX #C89372 Feldspar

📋 copy color: '#C89372'

red 200 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #C89372

Tints of Feldspar #C89372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 43.38%
G = 31.89%
B = 24.73%

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

#C89372 (or 0xC89372) is known color: Feldspar. HEX triplet: C8, 93 and 72. RGB value is (200,147,114). Sum of RGB (Red+Green+Blue) = 200+147+114=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C89372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89372 is #376C8D. Grayscale: #9F9F9F. Windows color (decimal): -3632270 or 7508936. OLE color: 7508936.

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

Color convert

RGB 200 147 114 -
CMYK 0 0.26 0.43 0.22
HSL 23.02º 0.44% 0.62% -
HSV(B) 23.02º 0.43% 0.78% -
XYZ 37.29 34.36 20.59 -
YUV 159.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 200 147 114 0 0.26 0.43 0.22 23.02 0.44 0.62
Hex C8 93 72 0 1A 2B 16 17 2C 3E
Octal 310 223 162 0 32 53 26 27 54 76
Binary 11001000 10010011 1110010 0 11010 101011 10110 10111 101100 111110

Color Harmonies of #C89372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89372

Black with #C89372

Text Example


Text Example

White with #C89372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89372; }

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

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

background-color css

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

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

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

border-color css

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

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

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