Html Css Color HEX #C55A02 Tenne (Tawny)

📋 copy color: '#C55A02'

red 197 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #C55A02

Tints of Tenne (Tawny) #C55A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

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

R = 68.17%
G = 31.14%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55A02 (or 0xC55A02) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 02. RGB value is (197,90,2). Sum of RGB (Red+Green+Blue) = 197+90+2=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A02 is #3AA5FD. Grayscale: #707070. Windows color (decimal): -3843582 or 154309. OLE color: 154309.

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

Color convert

RGB 197 90 2 -
CMYK 0 0.54 0.99 0.23
HSL 27.08º 0.98% 0.39% -
HSV(B) 27.08º 0.99% 0.77% -
XYZ 26.69 19.19 2.35 -
YUV 111.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 197 90 2 0 0.54 0.99 0.23 27.08 0.98 0.39
Hex C5 5A 2 0 36 63 17 1B 62 27
Octal 305 132 2 0 66 143 27 33 142 47
Binary 11000101 1011010 10 0 110110 1100011 10111 11011 1100010 100111

Color Harmonies of #C55A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A02

Black with #C55A02

Text Example


Text Example

White with #C55A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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