Html Css Color HEX #C49075 Feldspar

📋 copy color: '#C49075'

red 196 ◦ green 144 ◦ blue 117

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

Shades of Feldspar #C49075

Tints of Feldspar #C49075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 42.89%
G = 31.51%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49075 (or 0xC49075) is known color: Feldspar. HEX triplet: C4, 90 and 75. RGB value is (196,144,117). Sum of RGB (Red+Green+Blue) = 196+144+117=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C49075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49075 is #3B6F8A. Grayscale: #9C9C9C. Windows color (decimal): -3895179 or 7704772. OLE color: 7704772.

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

Color convert

RGB 196 144 117 -
CMYK 0 0.27 0.40 0.23
HSL 20.51º 0.4% 0.61% -
HSV(B) 20.51º 0.4% 0.77% -
XYZ 35.95 32.97 21.3 -
YUV 156.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 196 144 117 0 0.27 0.40 0.23 20.51 0.4 0.61
Hex C4 90 75 0 1B 28 17 15 28 3D
Octal 304 220 165 0 33 50 27 25 50 75
Binary 11000100 10010000 1110101 0 11011 101000 10111 10101 101000 111101

Color Harmonies of #C49075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49075

Black with #C49075

Text Example


Text Example

White with #C49075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49075; }

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

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

background-color css

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

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

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

border-color css

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

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

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