Html Css Color HEX #C35500 Tenne (Tawny)

📋 copy color: '#C35500'

red 195 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #C35500

Tints of Tenne (Tawny) #C35500

RGB

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

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

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

R = 69.64%
G = 30.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C35500 (or 0xC35500) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 00. RGB value is (195,85,0). Sum of RGB (Red+Green+Blue) = 195+85+0=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C35500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35500 is #3CAAFF. Grayscale: #6C6C6C. Windows color (decimal): -3975936 or 21955. OLE color: 21955.

HSL color Cylindrical-coordinate representation of color #C35500: hue angle of 26.15º 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 #C35500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 0 -
CMYK 0 0.56 1 0.24
HSL 26.15º 1% 0.38% -
HSV(B) 26.15º 1% 0.76% -
XYZ 25.75 18.1 2.14 -
YUV 108.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 195 85 0 0 0.56 1 0.24 26.15 1 0.38
Hex C3 55 0 0 38 64 18 1A 64 26
Octal 303 125 0 0 70 144 30 32 144 46
Binary 11000011 1010101 0 0 111000 1100100 11000 11010 1100100 100110

Color Harmonies of #C35500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35500

Black with #C35500

Text Example


Text Example

White with #C35500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35500; }

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

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

background-color css

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

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

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

border-color css

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

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

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