Html Css Color HEX #C05902 Tenne (Tawny)

📋 copy color: '#C05902'

red 192 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #C05902

Tints of Tenne (Tawny) #C05902

RGB

 RED value IS 192 (75.39% from 255) = 67.84%

 GREEN value IS 89 (35.16% from 255) = 31.45%

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

R = 67.84%
G = 31.45%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05902 (or 0xC05902) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 02. RGB value is (192,89,2). Sum of RGB (Red+Green+Blue) = 192+89+2=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C05902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05902 is #3FA6FD. Grayscale: #6E6E6E. Windows color (decimal): -4171518 or 154048. OLE color: 154048.

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

Color convert

RGB 192 89 2 -
CMYK 0 0.54 0.99 0.25
HSL 27.47º 0.98% 0.38% -
HSV(B) 27.47º 0.99% 0.75% -
XYZ 25.32 18.36 2.27 -
YUV 109.88 67.12 186.57 -
System Red Green Blue C M Y K H S L
Decimal 192 89 2 0 0.54 0.99 0.25 27.47 0.98 0.38
Hex C0 59 2 0 36 63 19 1B 62 26
Octal 300 131 2 0 66 143 31 33 142 46
Binary 11000000 1011001 10 0 110110 1100011 11001 11011 1100010 100110

Color Harmonies of #C05902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05902

Black with #C05902

Text Example


Text Example

White with #C05902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05902; }

 p { color: rgb(192,89,2); }

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

background-color css

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

 a { background-color: rgb(192,89,2); }

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

border-color css

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

 span { border-color: rgb(192,89,2); }

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