Html Css Color HEX #C35601 Tenne (Tawny)

📋 copy color: '#C35601'

red 195 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #C35601

Tints of Tenne (Tawny) #C35601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 69.15%
G = 30.5%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C35601 (or 0xC35601) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 01. RGB value is (195,86,1). Sum of RGB (Red+Green+Blue) = 195+86+1=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C35601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35601 is #3CA9FE. Grayscale: #6D6D6D. Windows color (decimal): -3975679 or 87747. OLE color: 87747.

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

Color convert

RGB 195 86 1 -
CMYK 0 0.56 0.99 0.24
HSL 26.29º 0.99% 0.38% -
HSV(B) 26.29º 0.99% 0.76% -
XYZ 25.84 18.26 2.19 -
YUV 108.9 67.11 189.41 -
System Red Green Blue C M Y K H S L
Decimal 195 86 1 0 0.56 0.99 0.24 26.29 0.99 0.38
Hex C3 56 1 0 38 63 18 1A 63 26
Octal 303 126 1 0 70 143 30 32 143 46
Binary 11000011 1010110 1 0 111000 1100011 11000 11010 1100011 100110

Color Harmonies of #C35601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35601

Black with #C35601

Text Example


Text Example

White with #C35601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35601; }

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

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

background-color css

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

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

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

border-color css

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

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

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