Html Css Color HEX #C89470 Feldspar

📋 copy color: '#C89470'

red 200 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #C89470

Tints of Feldspar #C89470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 43.48%
G = 32.17%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C89470 (or 0xC89470) is known color: Feldspar. HEX triplet: C8, 94 and 70. RGB value is (200,148,112). Sum of RGB (Red+Green+Blue) = 200+148+112=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C89470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89470 is #376B8F. Grayscale: #9F9F9F. Windows color (decimal): -3632016 or 7378120. OLE color: 7378120.

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

Color convert

RGB 200 148 112 -
CMYK 0 0.26 0.44 0.22
HSL 24.55º 0.44% 0.61% -
HSV(B) 24.55º 0.44% 0.78% -
XYZ 37.33 34.63 20.05 -
YUV 159.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 200 148 112 0 0.26 0.44 0.22 24.55 0.44 0.61
Hex C8 94 70 0 1A 2C 16 19 2C 3D
Octal 310 224 160 0 32 54 26 31 54 75
Binary 11001000 10010100 1110000 0 11010 101100 10110 11001 101100 111101

Color Harmonies of #C89470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89470

Black with #C89470

Text Example


Text Example

White with #C89470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89470; }

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

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

background-color css

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

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

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

border-color css

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

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

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