Html Css Color HEX #C5906F Feldspar

📋 copy color: '#C5906F'

red 197 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #C5906F

Tints of Feldspar #C5906F

RGB

 RED value IS 197 (77.34% from 255) = 43.58%

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

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 43.58%
G = 31.86%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5906F (or 0xC5906F) is known color: Feldspar. HEX triplet: C5, 90 and 6F. RGB value is (197,144,111). Sum of RGB (Red+Green+Blue) = 197+144+111=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5906F is #3A6F90. Grayscale: #9C9C9C. Windows color (decimal): -3829649 or 7311557. OLE color: 7311557.

HSL color Cylindrical-coordinate representation of color #C5906F: hue angle of 23.02º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5906F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 144 111 -
CMYK 0 0.27 0.44 0.23
HSL 23.02º 0.43% 0.6% -
HSV(B) 23.02º 0.44% 0.77% -
XYZ 35.87 32.96 19.51 -
YUV 156.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 197 144 111 0 0.27 0.44 0.23 23.02 0.43 0.6
Hex C5 90 6F 0 1B 2C 17 17 2B 3C
Octal 305 220 157 0 33 54 27 27 53 74
Binary 11000101 10010000 1101111 0 11011 101100 10111 10111 101011 111100

Color Harmonies of #C5906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5906F

Black with #C5906F

Text Example


Text Example

White with #C5906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5906F; }

 p { color: rgb(197,144,111); }

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

background-color css

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

 a { background-color: rgb(197,144,111); }

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

border-color css

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

 span { border-color: rgb(197,144,111); }

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