Html Css Color HEX #C45F02 Tenne (Tawny)

📋 copy color: '#C45F02'

red 196 ◦ green 95 ◦ blue 2

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

Shades of Tenne (Tawny) #C45F02

Tints of Tenne (Tawny) #C45F02

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 66.89%
G = 32.42%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C45F02 (or 0xC45F02) is known color: Tenne (Tawny). HEX triplet: C4, 5F and 02. RGB value is (196,95,2). Sum of RGB (Red+Green+Blue) = 196+95+2=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45F02 is #3BA0FD. Grayscale: #737373. Windows color (decimal): -3907838 or 155588. OLE color: 155588.

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

Color convert

RGB 196 95 2 -
CMYK 0 0.52 0.99 0.23
HSL 28.76º 0.98% 0.39% -
HSV(B) 28.76º 0.99% 0.77% -
XYZ 26.87 19.92 2.49 -
YUV 114.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 196 95 2 0 0.52 0.99 0.23 28.76 0.98 0.39
Hex C4 5F 2 0 34 63 17 1D 62 27
Octal 304 137 2 0 64 143 27 35 142 47
Binary 11000100 1011111 10 0 110100 1100011 10111 11101 1100010 100111

Color Harmonies of #C45F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F02

Black with #C45F02

Text Example


Text Example

White with #C45F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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