Html Css Color HEX #C55300 Tenne (Tawny)

📋 copy color: '#C55300'

red 197 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #C55300

Tints of Tenne (Tawny) #C55300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.36%
G = 29.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55300 (or 0xC55300) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 00. RGB value is (197,83,0). Sum of RGB (Red+Green+Blue) = 197+83+0=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C55300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55300 is #3AACFF. Grayscale: #6C6C6C. Windows color (decimal): -3845376 or 21445. OLE color: 21445.

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

Color convert

RGB 197 83 0 -
CMYK 0 0.58 1 0.23
HSL 25.28º 1% 0.39% -
HSV(B) 25.28º 1% 0.77% -
XYZ 26.12 18.06 2.11 -
YUV 107.62 67.27 191.75 -
System Red Green Blue C M Y K H S L
Decimal 197 83 0 0 0.58 1 0.23 25.28 1 0.39
Hex C5 53 0 0 3A 64 17 19 64 27
Octal 305 123 0 0 72 144 27 31 144 47
Binary 11000101 1010011 0 0 111010 1100100 10111 11001 1100100 100111

Color Harmonies of #C55300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55300

Black with #C55300

Text Example


Text Example

White with #C55300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55300; }

 p { color: rgb(197,83,0); }

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

background-color css

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

 a { background-color: rgb(197,83,0); }

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

border-color css

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

 span { border-color: rgb(197,83,0); }

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