Html Css Color HEX #C39076 Feldspar

📋 copy color: '#C39076'

red 195 ◦ green 144 ◦ blue 118

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

Shades of Feldspar #C39076

Tints of Feldspar #C39076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 42.67%
G = 31.51%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C39076 (or 0xC39076) is known color: Feldspar. HEX triplet: C3, 90 and 76. RGB value is (195,144,118). Sum of RGB (Red+Green+Blue) = 195+144+118=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C39076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39076 is #3C6F89. Grayscale: #9C9C9C. Windows color (decimal): -3960714 or 7770307. OLE color: 7770307.

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

Color convert

RGB 195 144 118 -
CMYK 0 0.26 0.39 0.24
HSL 20.26º 0.39% 0.61% -
HSV(B) 20.26º 0.39% 0.76% -
XYZ 35.75 32.86 21.6 -
YUV 156.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 195 144 118 0 0.26 0.39 0.24 20.26 0.39 0.61
Hex C3 90 76 0 1A 27 18 14 27 3D
Octal 303 220 166 0 32 47 30 24 47 75
Binary 11000011 10010000 1110110 0 11010 100111 11000 10100 100111 111101

Color Harmonies of #C39076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39076

Black with #C39076

Text Example


Text Example

White with #C39076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39076; }

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

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

background-color css

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

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

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

border-color css

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

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

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