Html Css Color HEX #C04B03 Tenne (Tawny)

📋 copy color: '#C04B03'

red 192 ◦ green 75 ◦ blue 3

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

Shades of Tenne (Tawny) #C04B03

Tints of Tenne (Tawny) #C04B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 71.11%
G = 27.78%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C04B03 (or 0xC04B03) is known color: Tenne (Tawny). HEX triplet: C0, 4B and 03. RGB value is (192,75,3). Sum of RGB (Red+Green+Blue) = 192+75+3=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B03 is #3FB4FC. Grayscale: #666666. Windows color (decimal): -4175101 or 216000. OLE color: 216000.

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

Color convert

RGB 192 75 3 -
CMYK 0 0.61 0.98 0.25
HSL 22.86º 0.97% 0.38% -
HSV(B) 22.86º 0.98% 0.75% -
XYZ 24.27 16.25 1.94 -
YUV 101.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 192 75 3 0 0.61 0.98 0.25 22.86 0.97 0.38
Hex C0 4B 3 0 3D 62 19 17 61 26
Octal 300 113 3 0 75 142 31 27 141 46
Binary 11000000 1001011 11 0 111101 1100010 11001 10111 1100001 100110

Color Harmonies of #C04B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B03

Black with #C04B03

Text Example


Text Example

White with #C04B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B03; }

 p { color: rgb(192,75,3); }

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

background-color css

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

 a { background-color: rgb(192,75,3); }

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

border-color css

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

 span { border-color: rgb(192,75,3); }

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