Html Css Color HEX #C7630B Tenne (Tawny)

📋 copy color: '#C7630B'

red 199 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C7630B

Tints of Tenne (Tawny) #C7630B

RGB

 RED value IS 199 (78.13% from 255) = 64.4%

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

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

R = 64.4%
G = 32.04%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7630B (or 0xC7630B) is known color: Tenne (Tawny). HEX triplet: C7, 63 and 0B. RGB value is (199,99,11). Sum of RGB (Red+Green+Blue) = 199+99+11=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7630B is #389CF4. Grayscale: #777777. Windows color (decimal): -3710197 or 746439. OLE color: 746439.

HSL color Cylindrical-coordinate representation of color #C7630B: hue angle of 28.09º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7630B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 11 -
CMYK 0 0.50 0.94 0.22
HSL 28.09º 0.9% 0.41% -
HSV(B) 28.09º 0.94% 0.78% -
XYZ 28.08 21.09 2.91 -
YUV 118.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 199 99 11 0 0.50 0.94 0.22 28.09 0.9 0.41
Hex C7 63 B 0 32 5E 16 1C 5A 29
Octal 307 143 13 0 62 136 26 34 132 51
Binary 11000111 1100011 1011 0 110010 1011110 10110 11100 1011010 101001

Color Harmonies of #C7630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7630B

Black with #C7630B

Text Example


Text Example

White with #C7630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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