Html Css Color HEX #C49070 Feldspar

📋 copy color: '#C49070'

red 196 ◦ green 144 ◦ blue 112

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

Shades of Feldspar #C49070

Tints of Feldspar #C49070

RGB

 RED value IS 196 (76.95% from 255) = 43.36%

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

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

R = 43.36%
G = 31.86%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C49070 (or 0xC49070) is known color: Feldspar. HEX triplet: C4, 90 and 70. RGB value is (196,144,112). Sum of RGB (Red+Green+Blue) = 196+144+112=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C49070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49070 is #3B6F8F. Grayscale: #9C9C9C. Windows color (decimal): -3895184 or 7377092. OLE color: 7377092.

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

Color convert

RGB 196 144 112 -
CMYK 0 0.27 0.43 0.23
HSL 22.86º 0.42% 0.6% -
HSV(B) 22.86º 0.43% 0.77% -
XYZ 35.66 32.85 19.79 -
YUV 155.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 196 144 112 0 0.27 0.43 0.23 22.86 0.42 0.6
Hex C4 90 70 0 1B 2B 17 17 2A 3C
Octal 304 220 160 0 33 53 27 27 52 74
Binary 11000100 10010000 1110000 0 11011 101011 10111 10111 101010 111100

Color Harmonies of #C49070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49070

Black with #C49070

Text Example


Text Example

White with #C49070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49070; }

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

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

background-color css

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

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

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

border-color css

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

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

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