Html Css Color HEX #C39073 Feldspar

📋 copy color: '#C39073'

red 195 ◦ green 144 ◦ blue 115

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

Shades of Feldspar #C39073

Tints of Feldspar #C39073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 42.95%
G = 31.72%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C39073 (or 0xC39073) is known color: Feldspar. HEX triplet: C3, 90 and 73. RGB value is (195,144,115). Sum of RGB (Red+Green+Blue) = 195+144+115=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C39073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39073 is #3C6F8C. Grayscale: #9C9C9C. Windows color (decimal): -3960717 or 7573699. OLE color: 7573699.

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

Color convert

RGB 195 144 115 -
CMYK 0 0.26 0.41 0.24
HSL 21.75º 0.4% 0.61% -
HSV(B) 21.75º 0.41% 0.76% -
XYZ 35.57 32.79 20.67 -
YUV 155.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 195 144 115 0 0.26 0.41 0.24 21.75 0.4 0.61
Hex C3 90 73 0 1A 29 18 16 28 3D
Octal 303 220 163 0 32 51 30 26 50 75
Binary 11000011 10010000 1110011 0 11010 101001 11000 10110 101000 111101

Color Harmonies of #C39073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39073

Black with #C39073

Text Example


Text Example

White with #C39073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39073; }

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

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

background-color css

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

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

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

border-color css

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

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

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