Html Css Color HEX #C55008 Tenne (Tawny)

📋 copy color: '#C55008'

red 197 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #C55008

Tints of Tenne (Tawny) #C55008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 8 (3.52% from 255) = 2.81%

R = 69.12%
G = 28.07%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C55008 (or 0xC55008) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 08. RGB value is (197,80,8). Sum of RGB (Red+Green+Blue) = 197+80+8=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C55008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55008 is #3AAFF7. Grayscale: #6B6B6B. Windows color (decimal): -3846136 or 544965. OLE color: 544965.

HSL color Cylindrical-coordinate representation of color #C55008: hue angle of 22.86º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C55008 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 8 -
CMYK 0 0.59 0.96 0.23
HSL 22.86º 0.92% 0.4% -
HSV(B) 22.86º 0.96% 0.77% -
XYZ 25.94 17.63 2.26 -
YUV 106.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 197 80 8 0 0.59 0.96 0.23 22.86 0.92 0.4
Hex C5 50 8 0 3B 60 17 17 5C 28
Octal 305 120 10 0 73 140 27 27 134 50
Binary 11000101 1010000 1000 0 111011 1100000 10111 10111 1011100 101000

Color Harmonies of #C55008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55008

Black with #C55008

Text Example


Text Example

White with #C55008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55008; }

 p { color: rgb(197,80,8); }

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

background-color css

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

 a { background-color: rgb(197,80,8); }

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

border-color css

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

 span { border-color: rgb(197,80,8); }

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