Html Css Color HEX #C06302 Tenne (Tawny)

📋 copy color: '#C06302'

red 192 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #C06302

Tints of Tenne (Tawny) #C06302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

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

R = 65.53%
G = 33.79%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06302 (or 0xC06302) is known color: Tenne (Tawny). HEX triplet: C0, 63 and 02. RGB value is (192,99,2). Sum of RGB (Red+Green+Blue) = 192+99+2=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C06302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06302 is #3F9CFD. Grayscale: #747474. Windows color (decimal): -4168958 or 156608. OLE color: 156608.

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

Color convert

RGB 192 99 2 -
CMYK 0 0.48 0.99 0.25
HSL 30.63º 0.98% 0.38% -
HSV(B) 30.63º 0.99% 0.75% -
XYZ 26.21 20.13 2.56 -
YUV 115.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 192 99 2 0 0.48 0.99 0.25 30.63 0.98 0.38
Hex C0 63 2 0 30 63 19 1F 62 26
Octal 300 143 2 0 60 143 31 37 142 46
Binary 11000000 1100011 10 0 110000 1100011 11001 11111 1100010 100110

Color Harmonies of #C06302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06302

Black with #C06302

Text Example


Text Example

White with #C06302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06302; }

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

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

background-color css

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

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

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

border-color css

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

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

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