Html Css Color HEX #C89072 Feldspar

📋 copy color: '#C89072'

red 200 ◦ green 144 ◦ blue 114

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

Shades of Feldspar #C89072

Tints of Feldspar #C89072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 43.67%
G = 31.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C89072 (or 0xC89072) is known color: Feldspar. HEX triplet: C8, 90 and 72. RGB value is (200,144,114). Sum of RGB (Red+Green+Blue) = 200+144+114=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C89072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89072 is #376F8D. Grayscale: #9D9D9D. Windows color (decimal): -3633038 or 7508168. OLE color: 7508168.

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

Color convert

RGB 200 144 114 -
CMYK 0 0.28 0.43 0.22
HSL 20.93º 0.44% 0.62% -
HSV(B) 20.93º 0.43% 0.78% -
XYZ 36.83 33.44 20.43 -
YUV 157.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 200 144 114 0 0.28 0.43 0.22 20.93 0.44 0.62
Hex C8 90 72 0 1C 2B 16 15 2C 3E
Octal 310 220 162 0 34 53 26 25 54 76
Binary 11001000 10010000 1110010 0 11100 101011 10110 10101 101100 111110

Color Harmonies of #C89072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89072

Black with #C89072

Text Example


Text Example

White with #C89072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89072; }

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

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

background-color css

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

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

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

border-color css

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

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

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