Html Css Color HEX #C35801 Tenne (Tawny)

📋 copy color: '#C35801'

red 195 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #C35801

Tints of Tenne (Tawny) #C35801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 68.66%
G = 30.99%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C35801 (or 0xC35801) is known color: Tenne (Tawny). HEX triplet: C3, 58 and 01. RGB value is (195,88,1). Sum of RGB (Red+Green+Blue) = 195+88+1=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C35801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35801 is #3CA7FE. Grayscale: #6E6E6E. Windows color (decimal): -3975167 or 88259. OLE color: 88259.

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

Color convert

RGB 195 88 1 -
CMYK 0 0.55 0.99 0.24
HSL 26.91º 0.99% 0.38% -
HSV(B) 26.91º 0.99% 0.76% -
XYZ 26 18.58 2.25 -
YUV 110.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 195 88 1 0 0.55 0.99 0.24 26.91 0.99 0.38
Hex C3 58 1 0 37 63 18 1B 63 26
Octal 303 130 1 0 67 143 30 33 143 46
Binary 11000011 1011000 1 0 110111 1100011 11000 11011 1100011 100110

Color Harmonies of #C35801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35801

Black with #C35801

Text Example


Text Example

White with #C35801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35801; }

 p { color: rgb(195,88,1); }

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

background-color css

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

 a { background-color: rgb(195,88,1); }

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

border-color css

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

 span { border-color: rgb(195,88,1); }

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