Html Css Color HEX #C15002 Tenne (Tawny)

📋 copy color: '#C15002'

red 193 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #C15002

Tints of Tenne (Tawny) #C15002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 70.18%
G = 29.09%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15002 (or 0xC15002) is known color: Tenne (Tawny). HEX triplet: C1, 50 and 02. RGB value is (193,80,2). Sum of RGB (Red+Green+Blue) = 193+80+2=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C15002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15002 is #3EAFFD. Grayscale: #696969. Windows color (decimal): -4108286 or 151745. OLE color: 151745.

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

Color convert

RGB 193 80 2 -
CMYK 0 0.59 0.99 0.24
HSL 24.5º 0.98% 0.38% -
HSV(B) 24.5º 0.99% 0.76% -
XYZ 24.87 17.08 2.04 -
YUV 104.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 193 80 2 0 0.59 0.99 0.24 24.5 0.98 0.38
Hex C1 50 2 0 3B 63 18 19 62 26
Octal 301 120 2 0 73 143 30 31 142 46
Binary 11000001 1010000 10 0 111011 1100011 11000 11001 1100010 100110

Color Harmonies of #C15002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15002

Black with #C15002

Text Example


Text Example

White with #C15002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15002; }

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

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

background-color css

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

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

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

border-color css

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

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

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