Html Css Color HEX #C5630C Tenne (Tawny)

📋 copy color: '#C5630C'

red 197 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #C5630C

Tints of Tenne (Tawny) #C5630C

RGB

 RED value IS 197 (77.34% from 255) = 63.96%

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 63.96%
G = 32.14%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5630C (or 0xC5630C) is known color: Tenne (Tawny). HEX triplet: C5, 63 and 0C. RGB value is (197,99,12). Sum of RGB (Red+Green+Blue) = 197+99+12=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5630C is #3A9CF3. Grayscale: #767676. Windows color (decimal): -3841268 or 811973. OLE color: 811973.

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

Color convert

RGB 197 99 12 -
CMYK 0 0.50 0.94 0.23
HSL 28.22º 0.89% 0.41% -
HSV(B) 28.22º 0.94% 0.77% -
XYZ 27.55 20.82 2.91 -
YUV 118.38 67.97 184.07 -
System Red Green Blue C M Y K H S L
Decimal 197 99 12 0 0.50 0.94 0.23 28.22 0.89 0.41
Hex C5 63 C 0 32 5E 17 1C 59 29
Octal 305 143 14 0 62 136 27 34 131 51
Binary 11000101 1100011 1100 0 110010 1011110 10111 11100 1011001 101001

Color Harmonies of #C5630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5630C

Black with #C5630C

Text Example


Text Example

White with #C5630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5630C; }

 p { color: rgb(197,99,12); }

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

background-color css

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

 a { background-color: rgb(197,99,12); }

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

border-color css

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

 span { border-color: rgb(197,99,12); }

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