Html Css Color HEX #C55802 Tenne (Tawny)

📋 copy color: '#C55802'

red 197 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #C55802

Tints of Tenne (Tawny) #C55802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 68.64%
G = 30.66%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55802 (or 0xC55802) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 02. RGB value is (197,88,2). Sum of RGB (Red+Green+Blue) = 197+88+2=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C55802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55802 is #3AA7FD. Grayscale: #6F6F6F. Windows color (decimal): -3844094 or 153797. OLE color: 153797.

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

Color convert

RGB 197 88 2 -
CMYK 0 0.55 0.99 0.23
HSL 26.46º 0.98% 0.39% -
HSV(B) 26.46º 0.99% 0.77% -
XYZ 26.53 18.85 2.3 -
YUV 110.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 197 88 2 0 0.55 0.99 0.23 26.46 0.98 0.39
Hex C5 58 2 0 37 63 17 1A 62 27
Octal 305 130 2 0 67 143 27 32 142 47
Binary 11000101 1011000 10 0 110111 1100011 10111 11010 1100010 100111

Color Harmonies of #C55802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55802

Black with #C55802

Text Example


Text Example

White with #C55802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55802; }

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

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

background-color css

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

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

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

border-color css

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

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

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