Html Css Color HEX #C45802 Tenne (Tawny)

📋 copy color: '#C45802'

red 196 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #C45802

Tints of Tenne (Tawny) #C45802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

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

R = 68.53%
G = 30.77%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C45802 (or 0xC45802) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 02. RGB value is (196,88,2). Sum of RGB (Red+Green+Blue) = 196+88+2=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C45802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45802 is #3BA7FD. Grayscale: #6E6E6E. Windows color (decimal): -3909630 or 153796. OLE color: 153796.

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

Color convert

RGB 196 88 2 -
CMYK 0 0.55 0.99 0.23
HSL 26.6º 0.98% 0.39% -
HSV(B) 26.6º 0.99% 0.77% -
XYZ 26.27 18.72 2.29 -
YUV 110.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 196 88 2 0 0.55 0.99 0.23 26.6 0.98 0.39
Hex C4 58 2 0 37 63 17 1B 62 27
Octal 304 130 2 0 67 143 27 33 142 47
Binary 11000100 1011000 10 0 110111 1100011 10111 11011 1100010 100111

Color Harmonies of #C45802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45802

Black with #C45802

Text Example


Text Example

White with #C45802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45802; }

 p { color: rgb(196,88,2); }

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

background-color css

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

 a { background-color: rgb(196,88,2); }

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

border-color css

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

 span { border-color: rgb(196,88,2); }

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