Html Css Color HEX #C15B02 Tenne (Tawny)

📋 copy color: '#C15B02'

red 193 ◦ green 91 ◦ blue 2

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

Shades of Tenne (Tawny) #C15B02

Tints of Tenne (Tawny) #C15B02

RGB

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

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

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

R = 67.48%
G = 31.82%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15B02 (or 0xC15B02) is known color: Tenne (Tawny). HEX triplet: C1, 5B and 02. RGB value is (193,91,2). Sum of RGB (Red+Green+Blue) = 193+91+2=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15B02 is #3EA4FD. Grayscale: #6F6F6F. Windows color (decimal): -4105470 or 154561. OLE color: 154561.

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

Color convert

RGB 193 91 2 -
CMYK 0 0.53 0.99 0.24
HSL 27.96º 0.98% 0.38% -
HSV(B) 27.96º 0.99% 0.76% -
XYZ 25.74 18.82 2.33 -
YUV 111.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 193 91 2 0 0.53 0.99 0.24 27.96 0.98 0.38
Hex C1 5B 2 0 35 63 18 1C 62 26
Octal 301 133 2 0 65 143 30 34 142 46
Binary 11000001 1011011 10 0 110101 1100011 11000 11100 1100010 100110

Color Harmonies of #C15B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B02

Black with #C15B02

Text Example


Text Example

White with #C15B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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