Html Css Color HEX #C55402 Tenne (Tawny)

📋 copy color: '#C55402'

red 197 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #C55402

Tints of Tenne (Tawny) #C55402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 69.61%
G = 29.68%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55402 (or 0xC55402) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 02. RGB value is (197,84,2). Sum of RGB (Red+Green+Blue) = 197+84+2=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C55402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55402 is #3AABFD. Grayscale: #6C6C6C. Windows color (decimal): -3845118 or 152773. OLE color: 152773.

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

Color convert

RGB 197 84 2 -
CMYK 0 0.57 0.99 0.23
HSL 25.23º 0.98% 0.39% -
HSV(B) 25.23º 0.99% 0.77% -
XYZ 26.21 18.22 2.19 -
YUV 108.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 197 84 2 0 0.57 0.99 0.23 25.23 0.98 0.39
Hex C5 54 2 0 39 63 17 19 62 27
Octal 305 124 2 0 71 143 27 31 142 47
Binary 11000101 1010100 10 0 111001 1100011 10111 11001 1100010 100111

Color Harmonies of #C55402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55402

Black with #C55402

Text Example


Text Example

White with #C55402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55402; }

 p { color: rgb(197,84,2); }

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

background-color css

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

 a { background-color: rgb(197,84,2); }

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

border-color css

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

 span { border-color: rgb(197,84,2); }

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