Html Css Color HEX #C05502 Tenne (Tawny)

📋 copy color: '#C05502'

red 192 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #C05502

Tints of Tenne (Tawny) #C05502

RGB

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

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

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

R = 68.82%
G = 30.47%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05502 (or 0xC05502) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 02. RGB value is (192,85,2). Sum of RGB (Red+Green+Blue) = 192+85+2=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C05502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05502 is #3FAAFD. Grayscale: #6B6B6B. Windows color (decimal): -4172542 or 153024. OLE color: 153024.

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

Color convert

RGB 192 85 2 -
CMYK 0 0.56 0.99 0.25
HSL 26.21º 0.98% 0.38% -
HSV(B) 26.21º 0.99% 0.75% -
XYZ 25 17.71 2.16 -
YUV 107.53 68.45 188.25 -
System Red Green Blue C M Y K H S L
Decimal 192 85 2 0 0.56 0.99 0.25 26.21 0.98 0.38
Hex C0 55 2 0 38 63 19 1A 62 26
Octal 300 125 2 0 70 143 31 32 142 46
Binary 11000000 1010101 10 0 111000 1100011 11001 11010 1100010 100110

Color Harmonies of #C05502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05502

Black with #C05502

Text Example


Text Example

White with #C05502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05502; }

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

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

background-color css

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

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

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

border-color css

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

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

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