Html Css Color HEX #C15502 Tenne (Tawny)

📋 copy color: '#C15502'

red 193 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #C15502

Tints of Tenne (Tawny) #C15502

RGB

 RED value IS 193 (75.78% from 255) = 68.93%

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 68.93%
G = 30.36%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15502 (or 0xC15502) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 02. RGB value is (193,85,2). Sum of RGB (Red+Green+Blue) = 193+85+2=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C15502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15502 is #3EAAFD. Grayscale: #6C6C6C. Windows color (decimal): -4107006 or 153025. OLE color: 153025.

HSL color Cylindrical-coordinate representation of color #C15502: hue angle of 26.07º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C15502 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 2 -
CMYK 0 0.56 0.99 0.24
HSL 26.07º 0.98% 0.38% -
HSV(B) 26.07º 0.99% 0.76% -
XYZ 25.25 17.84 2.17 -
YUV 107.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 193 85 2 0 0.56 0.99 0.24 26.07 0.98 0.38
Hex C1 55 2 0 38 63 18 1A 62 26
Octal 301 125 2 0 70 143 30 32 142 46
Binary 11000001 1010101 10 0 111000 1100011 11000 11010 1100010 100110

Color Harmonies of #C15502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15502

Black with #C15502

Text Example


Text Example

White with #C15502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15502; }

 p { color: rgb(193,85,2); }

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

background-color css

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

 a { background-color: rgb(193,85,2); }

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

border-color css

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

 span { border-color: rgb(193,85,2); }

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