Html Css Color HEX #C54C0A Tenne (Tawny)

📋 copy color: '#C54C0A'

red 197 ◦ green 76 ◦ blue 10

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

Shades of Tenne (Tawny) #C54C0A

Tints of Tenne (Tawny) #C54C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 69.61%
G = 26.86%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C54C0A (or 0xC54C0A) is known color: Tenne (Tawny). HEX triplet: C5, 4C and 0A. RGB value is (197,76,10). Sum of RGB (Red+Green+Blue) = 197+76+10=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C0A is #3AB3F5. Grayscale: #696969. Windows color (decimal): -3847158 or 675013. OLE color: 675013.

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

Color convert

RGB 197 76 10 -
CMYK 0 0.61 0.95 0.23
HSL 21.18º 0.9% 0.41% -
HSV(B) 21.18º 0.95% 0.77% -
XYZ 25.67 17.06 2.23 -
YUV 104.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 197 76 10 0 0.61 0.95 0.23 21.18 0.9 0.41
Hex C5 4C A 0 3D 5F 17 15 5A 29
Octal 305 114 12 0 75 137 27 25 132 51
Binary 11000101 1001100 1010 0 111101 1011111 10111 10101 1011010 101001

Color Harmonies of #C54C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C0A

Black with #C54C0A

Text Example


Text Example

White with #C54C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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