Html Css Color HEX #C55B02 Tenne (Tawny)

📋 copy color: '#C55B02'

red 197 ◦ green 91 ◦ blue 2

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

Shades of Tenne (Tawny) #C55B02

Tints of Tenne (Tawny) #C55B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

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

R = 67.93%
G = 31.38%
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

#C55B02 (or 0xC55B02) is known color: Tenne (Tawny). HEX triplet: C5, 5B and 02. RGB value is (197,91,2). Sum of RGB (Red+Green+Blue) = 197+91+2=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55B02 is #3AA4FD. Grayscale: #717171. Windows color (decimal): -3843326 or 154565. OLE color: 154565.

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

Color convert

RGB 197 91 2 -
CMYK 0 0.54 0.99 0.23
HSL 27.38º 0.98% 0.39% -
HSV(B) 27.38º 0.99% 0.77% -
XYZ 26.78 19.36 2.38 -
YUV 112.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 197 91 2 0 0.54 0.99 0.23 27.38 0.98 0.39
Hex C5 5B 2 0 36 63 17 1B 62 27
Octal 305 133 2 0 66 143 27 33 142 47
Binary 11000101 1011011 10 0 110110 1100011 10111 11011 1100010 100111

Color Harmonies of #C55B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B02

Black with #C55B02

Text Example


Text Example

White with #C55B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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