Html Css Color HEX #C3550F Tenne (Tawny)

📋 copy color: '#C3550F'

red 195 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #C3550F

Tints of Tenne (Tawny) #C3550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 66.1%
G = 28.81%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3550F (or 0xC3550F) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 0F. RGB value is (195,85,15). Sum of RGB (Red+Green+Blue) = 195+85+15=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3550F is #3CAAF0. Grayscale: #6E6E6E. Windows color (decimal): -3975921 or 1004995. OLE color: 1004995.

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

Color convert

RGB 195 85 15 -
CMYK 0 0.56 0.92 0.24
HSL 23.33º 0.86% 0.41% -
HSV(B) 23.33º 0.92% 0.76% -
XYZ 25.84 18.13 2.59 -
YUV 109.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 195 85 15 0 0.56 0.92 0.24 23.33 0.86 0.41
Hex C3 55 F 0 38 5C 18 17 56 29
Octal 303 125 17 0 70 134 30 27 126 51
Binary 11000011 1010101 1111 0 111000 1011100 11000 10111 1010110 101001

Color Harmonies of #C3550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3550F

Black with #C3550F

Text Example


Text Example

White with #C3550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3550F; }

 p { color: rgb(195,85,15); }

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

background-color css

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

 a { background-color: rgb(195,85,15); }

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

border-color css

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

 span { border-color: rgb(195,85,15); }

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