Html Css Color HEX #C35503 Tenne (Tawny)

📋 copy color: '#C35503'

red 195 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #C35503

Tints of Tenne (Tawny) #C35503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 68.9%
G = 30.04%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C35503 (or 0xC35503) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 03. RGB value is (195,85,3). Sum of RGB (Red+Green+Blue) = 195+85+3=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35503 is #3CAAFC. Grayscale: #6C6C6C. Windows color (decimal): -3975933 or 218563. OLE color: 218563.

HSL color Cylindrical-coordinate representation of color #C35503: hue angle of 25.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C35503 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 3 -
CMYK 0 0.56 0.98 0.24
HSL 25.63º 0.97% 0.39% -
HSV(B) 25.63º 0.98% 0.76% -
XYZ 25.77 18.11 2.22 -
YUV 108.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 195 85 3 0 0.56 0.98 0.24 25.63 0.97 0.39
Hex C3 55 3 0 38 62 18 1A 61 27
Octal 303 125 3 0 70 142 30 32 141 47
Binary 11000011 1010101 11 0 111000 1100010 11000 11010 1100001 100111

Color Harmonies of #C35503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35503

Black with #C35503

Text Example


Text Example

White with #C35503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35503; }

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

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

background-color css

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

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

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

border-color css

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

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

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