Html Css Color HEX #C89073 Feldspar

📋 copy color: '#C89073'

red 200 ◦ green 144 ◦ blue 115

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

Shades of Feldspar #C89073

Tints of Feldspar #C89073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 43.57%
G = 31.37%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C89073 (or 0xC89073) is known color: Feldspar. HEX triplet: C8, 90 and 73. RGB value is (200,144,115). Sum of RGB (Red+Green+Blue) = 200+144+115=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89073 is #376F8C. Grayscale: #9D9D9D. Windows color (decimal): -3633037 or 7573704. OLE color: 7573704.

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

Color convert

RGB 200 144 115 -
CMYK 0 0.28 0.42 0.22
HSL 20.47º 0.44% 0.62% -
HSV(B) 20.47º 0.43% 0.78% -
XYZ 36.89 33.46 20.73 -
YUV 157.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 200 144 115 0 0.28 0.42 0.22 20.47 0.44 0.62
Hex C8 90 73 0 1C 2A 16 14 2C 3E
Octal 310 220 163 0 34 52 26 24 54 76
Binary 11001000 10010000 1110011 0 11100 101010 10110 10100 101100 111110

Color Harmonies of #C89073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89073

Black with #C89073

Text Example


Text Example

White with #C89073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89073; }

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

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

background-color css

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

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

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

border-color css

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

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

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