Html Css Color HEX #C55C04 Tenne (Tawny)

📋 copy color: '#C55C04'

red 197 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #C55C04

Tints of Tenne (Tawny) #C55C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 67.24%
G = 31.4%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55C04 (or 0xC55C04) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 04. RGB value is (197,92,4). Sum of RGB (Red+Green+Blue) = 197+92+4=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C04 is #3AA3FB. Grayscale: #717171. Windows color (decimal): -3843068 or 285893. OLE color: 285893.

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

Color convert

RGB 197 92 4 -
CMYK 0 0.53 0.98 0.23
HSL 27.36º 0.96% 0.39% -
HSV(B) 27.36º 0.98% 0.77% -
XYZ 26.88 19.53 2.47 -
YUV 113.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 197 92 4 0 0.53 0.98 0.23 27.36 0.96 0.39
Hex C5 5C 4 0 35 62 17 1B 60 27
Octal 305 134 4 0 65 142 27 33 140 47
Binary 11000101 1011100 100 0 110101 1100010 10111 11011 1100000 100111

Color Harmonies of #C55C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C04

Black with #C55C04

Text Example


Text Example

White with #C55C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C04; }

 p { color: rgb(197,92,4); }

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

background-color css

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

 a { background-color: rgb(197,92,4); }

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

border-color css

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

 span { border-color: rgb(197,92,4); }

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