Html Css Color HEX #C45003 Tenne (Tawny)

📋 copy color: '#C45003'

red 196 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #C45003

Tints of Tenne (Tawny) #C45003

RGB

 RED value IS 196 (76.95% from 255) = 70.25%

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 70.25%
G = 28.67%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45003 (or 0xC45003) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 03. RGB value is (196,80,3). Sum of RGB (Red+Green+Blue) = 196+80+3=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C45003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45003 is #3BAFFC. Grayscale: #6A6A6A. Windows color (decimal): -3911677 or 217284. OLE color: 217284.

HSL color Cylindrical-coordinate representation of color #C45003: hue angle of 23.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C45003 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 3 -
CMYK 0 0.59 0.98 0.23
HSL 23.94º 0.97% 0.39% -
HSV(B) 23.94º 0.98% 0.77% -
XYZ 25.65 17.48 2.11 -
YUV 105.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 196 80 3 0 0.59 0.98 0.23 23.94 0.97 0.39
Hex C4 50 3 0 3B 62 17 18 61 27
Octal 304 120 3 0 73 142 27 30 141 47
Binary 11000100 1010000 11 0 111011 1100010 10111 11000 1100001 100111

Color Harmonies of #C45003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45003

Black with #C45003

Text Example


Text Example

White with #C45003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45003; }

 p { color: rgb(196,80,3); }

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

background-color css

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

 a { background-color: rgb(196,80,3); }

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

border-color css

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

 span { border-color: rgb(196,80,3); }

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