Html Css Color HEX #C4630B Tenne (Tawny)

📋 copy color: '#C4630B'

red 196 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C4630B

Tints of Tenne (Tawny) #C4630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 64.05%
G = 32.35%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4630B (or 0xC4630B) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 0B. RGB value is (196,99,11). Sum of RGB (Red+Green+Blue) = 196+99+11=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4630B is #3B9CF4. Grayscale: #767676. Windows color (decimal): -3906805 or 746436. OLE color: 746436.

HSL color Cylindrical-coordinate representation of color #C4630B: hue angle of 28.54º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4630B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 11 -
CMYK 0 0.49 0.94 0.23
HSL 28.54º 0.89% 0.41% -
HSV(B) 28.54º 0.94% 0.77% -
XYZ 27.29 20.68 2.87 -
YUV 117.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 196 99 11 0 0.49 0.94 0.23 28.54 0.89 0.41
Hex C4 63 B 0 31 5E 17 1D 59 29
Octal 304 143 13 0 61 136 27 35 131 51
Binary 11000100 1100011 1011 0 110001 1011110 10111 11101 1011001 101001

Color Harmonies of #C4630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4630B

Black with #C4630B

Text Example


Text Example

White with #C4630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4630B; }

 p { color: rgb(196,99,11); }

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

background-color css

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

 a { background-color: rgb(196,99,11); }

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

border-color css

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

 span { border-color: rgb(196,99,11); }

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