Html Css Color HEX #C39071 Feldspar

📋 copy color: '#C39071'

red 195 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #C39071

Tints of Feldspar #C39071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25%

R = 43.14%
G = 31.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C39071 (or 0xC39071) is known color: Feldspar. HEX triplet: C3, 90 and 71. RGB value is (195,144,113). Sum of RGB (Red+Green+Blue) = 195+144+113=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C39071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39071 is #3C6F8E. Grayscale: #9B9B9B. Windows color (decimal): -3960719 or 7442627. OLE color: 7442627.

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

Color convert

RGB 195 144 113 -
CMYK 0 0.26 0.42 0.24
HSL 22.68º 0.41% 0.6% -
HSV(B) 22.68º 0.42% 0.76% -
XYZ 35.46 32.74 20.07 -
YUV 155.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 195 144 113 0 0.26 0.42 0.24 22.68 0.41 0.6
Hex C3 90 71 0 1A 2A 18 17 29 3C
Octal 303 220 161 0 32 52 30 27 51 74
Binary 11000011 10010000 1110001 0 11010 101010 11000 10111 101001 111100

Color Harmonies of #C39071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39071

Black with #C39071

Text Example


Text Example

White with #C39071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39071; }

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

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

background-color css

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

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

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

border-color css

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

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

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