Html Css Color HEX #C8630B Tenne (Tawny)

📋 copy color: '#C8630B'

red 200 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C8630B

Tints of Tenne (Tawny) #C8630B

RGB

 RED value IS 200 (78.52% from 255) = 64.52%

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

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

R = 64.52%
G = 31.94%
B = 3.55%

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

#C8630B (or 0xC8630B) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 0B. RGB value is (200,99,11). Sum of RGB (Red+Green+Blue) = 200+99+11=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8630B is #379CF4. Grayscale: #777777. Windows color (decimal): -3644661 or 746440. OLE color: 746440.

HSL color Cylindrical-coordinate representation of color #C8630B: hue angle of 27.94º 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 #C8630B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 11 -
CMYK 0 0.50 0.94 0.22
HSL 27.94º 0.9% 0.41% -
HSV(B) 27.94º 0.95% 0.78% -
XYZ 28.34 21.23 2.92 -
YUV 119.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 200 99 11 0 0.50 0.94 0.22 27.94 0.9 0.41
Hex C8 63 B 0 32 5E 16 1C 5A 29
Octal 310 143 13 0 62 136 26 34 132 51
Binary 11001000 1100011 1011 0 110010 1011110 10110 11100 1011010 101001

Color Harmonies of #C8630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8630B

Black with #C8630B

Text Example


Text Example

White with #C8630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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