Html Css Color HEX #C3630B Tenne (Tawny)

📋 copy color: '#C3630B'

red 195 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C3630B

Tints of Tenne (Tawny) #C3630B

RGB

 RED value IS 195 (76.56% from 255) = 63.93%

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

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

R = 63.93%
G = 32.46%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3630B (or 0xC3630B) is known color: Tenne (Tawny). HEX triplet: C3, 63 and 0B. RGB value is (195,99,11). Sum of RGB (Red+Green+Blue) = 195+99+11=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3630B is #3C9CF4. Grayscale: #767676. Windows color (decimal): -3972341 or 746435. OLE color: 746435.

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

Color convert

RGB 195 99 11 -
CMYK 0 0.49 0.94 0.24
HSL 28.7º 0.89% 0.4% -
HSV(B) 28.7º 0.94% 0.76% -
XYZ 27.03 20.55 2.86 -
YUV 117.67 67.8 183.16 -
System Red Green Blue C M Y K H S L
Decimal 195 99 11 0 0.49 0.94 0.24 28.7 0.89 0.4
Hex C3 63 B 0 31 5E 18 1D 59 28
Octal 303 143 13 0 61 136 30 35 131 50
Binary 11000011 1100011 1011 0 110001 1011110 11000 11101 1011001 101000

Color Harmonies of #C3630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3630B

Black with #C3630B

Text Example


Text Example

White with #C3630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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