Html Css Color HEX #C55E03 Tenne (Tawny)

📋 copy color: '#C55E03'

red 197 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #C55E03

Tints of Tenne (Tawny) #C55E03

RGB

 RED value IS 197 (77.34% from 255) = 67.01%

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 67.01%
G = 31.97%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55E03 (or 0xC55E03) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 03. RGB value is (197,94,3). Sum of RGB (Red+Green+Blue) = 197+94+3=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E03 is #3AA1FC. Grayscale: #727272. Windows color (decimal): -3842557 or 220869. OLE color: 220869.

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

Color convert

RGB 197 94 3 -
CMYK 0 0.52 0.98 0.23
HSL 28.14º 0.97% 0.39% -
HSV(B) 28.14º 0.98% 0.77% -
XYZ 27.05 19.88 2.5 -
YUV 114.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 197 94 3 0 0.52 0.98 0.23 28.14 0.97 0.39
Hex C5 5E 3 0 34 62 17 1C 61 27
Octal 305 136 3 0 64 142 27 34 141 47
Binary 11000101 1011110 11 0 110100 1100010 10111 11100 1100001 100111

Color Harmonies of #C55E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E03

Black with #C55E03

Text Example


Text Example

White with #C55E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E03; }

 p { color: rgb(197,94,3); }

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

background-color css

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

 a { background-color: rgb(197,94,3); }

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

border-color css

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

 span { border-color: rgb(197,94,3); }

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