Html Css Color HEX #C55D08 Tenne (Tawny)

📋 copy color: '#C55D08'

red 197 ◦ green 93 ◦ blue 8

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

Shades of Tenne (Tawny) #C55D08

Tints of Tenne (Tawny) #C55D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 66.11%
G = 31.21%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C55D08 (or 0xC55D08) is known color: Tenne (Tawny). HEX triplet: C5, 5D and 08. RGB value is (197,93,8). Sum of RGB (Red+Green+Blue) = 197+93+8=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D08 is #3AA2F7. Grayscale: #727272. Windows color (decimal): -3842808 or 548293. OLE color: 548293.

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

Color convert

RGB 197 93 8 -
CMYK 0 0.53 0.96 0.23
HSL 26.98º 0.92% 0.4% -
HSV(B) 26.98º 0.96% 0.77% -
XYZ 26.98 19.72 2.61 -
YUV 114.41 67.96 186.91 -
System Red Green Blue C M Y K H S L
Decimal 197 93 8 0 0.53 0.96 0.23 26.98 0.92 0.4
Hex C5 5D 8 0 35 60 17 1B 5C 28
Octal 305 135 10 0 65 140 27 33 134 50
Binary 11000101 1011101 1000 0 110101 1100000 10111 11011 1011100 101000

Color Harmonies of #C55D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D08

Black with #C55D08

Text Example


Text Example

White with #C55D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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