Html Css Color HEX #C89070 Feldspar

📋 copy color: '#C89070'

red 200 ◦ green 144 ◦ blue 112

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

Shades of Feldspar #C89070

Tints of Feldspar #C89070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 43.86%
G = 31.58%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C89070 (or 0xC89070) is known color: Feldspar. HEX triplet: C8, 90 and 70. RGB value is (200,144,112). Sum of RGB (Red+Green+Blue) = 200+144+112=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C89070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89070 is #376F8F. Grayscale: #9D9D9D. Windows color (decimal): -3633040 or 7377096. OLE color: 7377096.

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

Color convert

RGB 200 144 112 -
CMYK 0 0.28 0.44 0.22
HSL 21.82º 0.44% 0.61% -
HSV(B) 21.82º 0.44% 0.78% -
XYZ 36.72 33.4 19.84 -
YUV 157.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 200 144 112 0 0.28 0.44 0.22 21.82 0.44 0.61
Hex C8 90 70 0 1C 2C 16 16 2C 3D
Octal 310 220 160 0 34 54 26 26 54 75
Binary 11001000 10010000 1110000 0 11100 101100 10110 10110 101100 111101

Color Harmonies of #C89070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89070

Black with #C89070

Text Example


Text Example

White with #C89070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89070; }

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

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

background-color css

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

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

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

border-color css

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

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

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