Html Css Color HEX #C35701 Tenne (Tawny)

📋 copy color: '#C35701'

red 195 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #C35701

Tints of Tenne (Tawny) #C35701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

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

R = 68.9%
G = 30.74%
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

#C35701 (or 0xC35701) is known color: Tenne (Tawny). HEX triplet: C3, 57 and 01. RGB value is (195,87,1). Sum of RGB (Red+Green+Blue) = 195+87+1=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35701 is #3CA8FE. Grayscale: #6D6D6D. Windows color (decimal): -3975423 or 88003. OLE color: 88003.

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

Color convert

RGB 195 87 1 -
CMYK 0 0.55 0.99 0.24
HSL 26.6º 0.99% 0.38% -
HSV(B) 26.6º 0.99% 0.76% -
XYZ 25.92 18.42 2.22 -
YUV 109.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 195 87 1 0 0.55 0.99 0.24 26.6 0.99 0.38
Hex C3 57 1 0 37 63 18 1B 63 26
Octal 303 127 1 0 67 143 30 33 143 46
Binary 11000011 1010111 1 0 110111 1100011 11000 11011 1100011 100110

Color Harmonies of #C35701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35701

Black with #C35701

Text Example


Text Example

White with #C35701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35701; }

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

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

background-color css

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

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

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

border-color css

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

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

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