Html Css Color HEX #C05A02 Tenne (Tawny)

📋 copy color: '#C05A02'

red 192 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #C05A02

Tints of Tenne (Tawny) #C05A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

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

R = 67.61%
G = 31.69%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05A02 (or 0xC05A02) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 02. RGB value is (192,90,2). Sum of RGB (Red+Green+Blue) = 192+90+2=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A02 is #3FA5FD. Grayscale: #6E6E6E. Windows color (decimal): -4171262 or 154304. OLE color: 154304.

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

Color convert

RGB 192 90 2 -
CMYK 0 0.53 0.99 0.25
HSL 27.79º 0.98% 0.38% -
HSV(B) 27.79º 0.99% 0.75% -
XYZ 25.41 18.52 2.29 -
YUV 110.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 192 90 2 0 0.53 0.99 0.25 27.79 0.98 0.38
Hex C0 5A 2 0 35 63 19 1C 62 26
Octal 300 132 2 0 65 143 31 34 142 46
Binary 11000000 1011010 10 0 110101 1100011 11001 11100 1100010 100110

Color Harmonies of #C05A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A02

Black with #C05A02

Text Example


Text Example

White with #C05A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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