Html Css Color HEX #C35100 Tenne (Tawny)

📋 copy color: '#C35100'

red 195 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #C35100

Tints of Tenne (Tawny) #C35100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.65%
G = 29.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C35100 (or 0xC35100) is known color: Tenne (Tawny). HEX triplet: C3, 51 and 00. RGB value is (195,81,0). Sum of RGB (Red+Green+Blue) = 195+81+0=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C35100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35100 is #3CAEFF. Grayscale: #6A6A6A. Windows color (decimal): -3976960 or 20931. OLE color: 20931.

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

Color convert

RGB 195 81 0 -
CMYK 0 0.58 1 0.24
HSL 24.92º 1% 0.38% -
HSV(B) 24.92º 1% 0.76% -
XYZ 25.45 17.49 2.03 -
YUV 105.85 68.27 191.59 -
System Red Green Blue C M Y K H S L
Decimal 195 81 0 0 0.58 1 0.24 24.92 1 0.38
Hex C3 51 0 0 3A 64 18 19 64 26
Octal 303 121 0 0 72 144 30 31 144 46
Binary 11000011 1010001 0 0 111010 1100100 11000 11001 1100100 100110

Color Harmonies of #C35100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35100

Black with #C35100

Text Example


Text Example

White with #C35100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35100; }

 p { color: rgb(195,81,0); }

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

background-color css

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

 a { background-color: rgb(195,81,0); }

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

border-color css

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

 span { border-color: rgb(195,81,0); }

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