Html Css Color HEX #C55A03 Tenne (Tawny)

📋 copy color: '#C55A03'

red 197 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #C55A03

Tints of Tenne (Tawny) #C55A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

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

R = 67.93%
G = 31.03%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55A03 (or 0xC55A03) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 03. RGB value is (197,90,3). Sum of RGB (Red+Green+Blue) = 197+90+3=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A03 is #3AA5FC. Grayscale: #707070. Windows color (decimal): -3843581 or 219845. OLE color: 219845.

HSL color Cylindrical-coordinate representation of color #C55A03: hue angle of 26.91º 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 #C55A03 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 3 -
CMYK 0 0.54 0.98 0.23
HSL 26.91º 0.97% 0.39% -
HSV(B) 26.91º 0.98% 0.77% -
XYZ 26.7 19.19 2.38 -
YUV 112.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 197 90 3 0 0.54 0.98 0.23 26.91 0.97 0.39
Hex C5 5A 3 0 36 62 17 1B 61 27
Octal 305 132 3 0 66 142 27 33 141 47
Binary 11000101 1011010 11 0 110110 1100010 10111 11011 1100001 100111

Color Harmonies of #C55A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A03

Black with #C55A03

Text Example


Text Example

White with #C55A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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