Html Css Color HEX #C45B02 Tenne (Tawny)

📋 copy color: '#C45B02'

red 196 ◦ green 91 ◦ blue 2

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

Shades of Tenne (Tawny) #C45B02

Tints of Tenne (Tawny) #C45B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

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

R = 67.82%
G = 31.49%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C45B02 (or 0xC45B02) is known color: Tenne (Tawny). HEX triplet: C4, 5B and 02. RGB value is (196,91,2). Sum of RGB (Red+Green+Blue) = 196+91+2=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45B02 is #3BA4FD. Grayscale: #707070. Windows color (decimal): -3908862 or 154564. OLE color: 154564.

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

Color convert

RGB 196 91 2 -
CMYK 0 0.54 0.99 0.23
HSL 27.53º 0.98% 0.39% -
HSV(B) 27.53º 0.99% 0.77% -
XYZ 26.52 19.22 2.37 -
YUV 112.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 196 91 2 0 0.54 0.99 0.23 27.53 0.98 0.39
Hex C4 5B 2 0 36 63 17 1C 62 27
Octal 304 133 2 0 66 143 27 34 142 47
Binary 11000100 1011011 10 0 110110 1100011 10111 11100 1100010 100111

Color Harmonies of #C45B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B02

Black with #C45B02

Text Example


Text Example

White with #C45B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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