Html Css Color HEX #C55F03 Tenne (Tawny)

📋 copy color: '#C55F03'

red 197 ◦ green 95 ◦ blue 3

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

Shades of Tenne (Tawny) #C55F03

Tints of Tenne (Tawny) #C55F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

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

R = 66.78%
G = 32.2%
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

#C55F03 (or 0xC55F03) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 03. RGB value is (197,95,3). Sum of RGB (Red+Green+Blue) = 197+95+3=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F03 is #3AA0FC. Grayscale: #737373. Windows color (decimal): -3842301 or 221125. OLE color: 221125.

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

Color convert

RGB 197 95 3 -
CMYK 0 0.52 0.98 0.23
HSL 28.45º 0.97% 0.39% -
HSV(B) 28.45º 0.98% 0.77% -
XYZ 27.13 20.06 2.53 -
YUV 115.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 197 95 3 0 0.52 0.98 0.23 28.45 0.97 0.39
Hex C5 5F 3 0 34 62 17 1C 61 27
Octal 305 137 3 0 64 142 27 34 141 47
Binary 11000101 1011111 11 0 110100 1100010 10111 11100 1100001 100111

Color Harmonies of #C55F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F03

Black with #C55F03

Text Example


Text Example

White with #C55F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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