Html Css Color HEX #C04B00 Tenne (Tawny)

📋 copy color: '#C04B00'

red 192 ◦ green 75 ◦ blue 0

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

Shades of Tenne (Tawny) #C04B00

Tints of Tenne (Tawny) #C04B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.91%
G = 28.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C04B00 (or 0xC04B00) is known color: Tenne (Tawny). HEX triplet: C0, 4B and 00. RGB value is (192,75,0). Sum of RGB (Red+Green+Blue) = 192+75+0=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B00 is #3FB4FF. Grayscale: #656565. Windows color (decimal): -4175104 or 19392. OLE color: 19392.

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

Color convert

RGB 192 75 0 -
CMYK 0 0.61 1 0.25
HSL 23.44º 1% 0.38% -
HSV(B) 23.44º 1% 0.75% -
XYZ 24.25 16.24 1.86 -
YUV 101.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 192 75 0 0 0.61 1 0.25 23.44 1 0.38
Hex C0 4B 0 0 3D 64 19 17 64 26
Octal 300 113 0 0 75 144 31 27 144 46
Binary 11000000 1001011 0 0 111101 1100100 11001 10111 1100100 100110

Color Harmonies of #C04B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B00

Black with #C04B00

Text Example


Text Example

White with #C04B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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