Html Css Color HEX #C0630B Tenne (Tawny)

📋 copy color: '#C0630B'

red 192 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C0630B

Tints of Tenne (Tawny) #C0630B

RGB

 RED value IS 192 (75.39% from 255) = 63.58%

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

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

R = 63.58%
G = 32.78%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0630B (or 0xC0630B) is known color: Tenne (Tawny). HEX triplet: C0, 63 and 0B. RGB value is (192,99,11). Sum of RGB (Red+Green+Blue) = 192+99+11=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0630B is #3F9CF4. Grayscale: #757575. Windows color (decimal): -4168949 or 746432. OLE color: 746432.

HSL color Cylindrical-coordinate representation of color #C0630B: hue angle of 29.17º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0630B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 11 -
CMYK 0 0.48 0.94 0.25
HSL 29.17º 0.89% 0.4% -
HSV(B) 29.17º 0.94% 0.75% -
XYZ 26.26 20.15 2.82 -
YUV 116.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 192 99 11 0 0.48 0.94 0.25 29.17 0.89 0.4
Hex C0 63 B 0 30 5E 19 1D 59 28
Octal 300 143 13 0 60 136 31 35 131 50
Binary 11000000 1100011 1011 0 110000 1011110 11001 11101 1011001 101000

Color Harmonies of #C0630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0630B

Black with #C0630B

Text Example


Text Example

White with #C0630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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