Html Css Color HEX #C55F0B Tenne (Tawny)

📋 copy color: '#C55F0B'

red 197 ◦ green 95 ◦ blue 11

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

Shades of Tenne (Tawny) #C55F0B

Tints of Tenne (Tawny) #C55F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 65.02%
G = 31.35%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C55F0B (or 0xC55F0B) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 0B. RGB value is (197,95,11). Sum of RGB (Red+Green+Blue) = 197+95+11=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F0B is #3AA0F4. Grayscale: #747474. Windows color (decimal): -3842293 or 745413. OLE color: 745413.

HSL color Cylindrical-coordinate representation of color #C55F0B: hue angle of 27.1º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C55F0B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 11 -
CMYK 0 0.52 0.94 0.23
HSL 27.1º 0.89% 0.41% -
HSV(B) 27.1º 0.94% 0.77% -
XYZ 27.18 20.08 2.76 -
YUV 115.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 197 95 11 0 0.52 0.94 0.23 27.1 0.89 0.41
Hex C5 5F B 0 34 5E 17 1B 59 29
Octal 305 137 13 0 64 136 27 33 131 51
Binary 11000101 1011111 1011 0 110100 1011110 10111 11011 1011001 101001

Color Harmonies of #C55F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F0B

Black with #C55F0B

Text Example


Text Example

White with #C55F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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