Html Css Color HEX #C55D0A Tenne (Tawny)

📋 copy color: '#C55D0A'

red 197 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #C55D0A

Tints of Tenne (Tawny) #C55D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 65.67%
G = 31%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C55D0A (or 0xC55D0A) is known color: Tenne (Tawny). HEX triplet: C5, 5D and 0A. RGB value is (197,93,10). Sum of RGB (Red+Green+Blue) = 197+93+10=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D0A is #3AA2F5. Grayscale: #737373. Windows color (decimal): -3842806 or 679365. OLE color: 679365.

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

Color convert

RGB 197 93 10 -
CMYK 0 0.53 0.95 0.23
HSL 26.63º 0.9% 0.41% -
HSV(B) 26.63º 0.95% 0.77% -
XYZ 27 19.72 2.67 -
YUV 114.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 197 93 10 0 0.53 0.95 0.23 26.63 0.9 0.41
Hex C5 5D A 0 35 5F 17 1B 5A 29
Octal 305 135 12 0 65 137 27 33 132 51
Binary 11000101 1011101 1010 0 110101 1011111 10111 11011 1011010 101001

Color Harmonies of #C55D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D0A

Black with #C55D0A

Text Example


Text Example

White with #C55D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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