Html Css Color HEX #C39079 Feldspar

📋 copy color: '#C39079'

red 195 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #C39079

Tints of Feldspar #C39079

RGB

 RED value IS 195 (76.56% from 255) = 42.39%

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

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 42.39%
G = 31.3%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C39079 (or 0xC39079) is known color: Feldspar. HEX triplet: C3, 90 and 79. RGB value is (195,144,121). Sum of RGB (Red+Green+Blue) = 195+144+121=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C39079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39079 is #3C6F86. Grayscale: #9C9C9C. Windows color (decimal): -3960711 or 7966915. OLE color: 7966915.

HSL color Cylindrical-coordinate representation of color #C39079: hue angle of 18.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C39079 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 121 -
CMYK 0 0.26 0.38 0.24
HSL 18.65º 0.38% 0.62% -
HSV(B) 18.65º 0.38% 0.76% -
XYZ 35.93 32.93 22.55 -
YUV 156.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 195 144 121 0 0.26 0.38 0.24 18.65 0.38 0.62
Hex C3 90 79 0 1A 26 18 13 26 3E
Octal 303 220 171 0 32 46 30 23 46 76
Binary 11000011 10010000 1111001 0 11010 100110 11000 10011 100110 111110

Color Harmonies of #C39079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39079

Black with #C39079

Text Example


Text Example

White with #C39079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39079; }

 p { color: rgb(195,144,121); }

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

background-color css

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

 a { background-color: rgb(195,144,121); }

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

border-color css

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

 span { border-color: rgb(195,144,121); }

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