Html Css Color HEX #C3500C Tenne (Tawny)

📋 copy color: '#C3500C'

red 195 ◦ green 80 ◦ blue 12

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

Shades of Tenne (Tawny) #C3500C

Tints of Tenne (Tawny) #C3500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 67.94%
G = 27.87%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3500C (or 0xC3500C) is known color: Tenne (Tawny). HEX triplet: C3, 50 and 0C. RGB value is (195,80,12). Sum of RGB (Red+Green+Blue) = 195+80+12=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3500C is #3CAFF3. Grayscale: #6B6B6B. Windows color (decimal): -3977204 or 807107. OLE color: 807107.

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

Color convert

RGB 195 80 12 -
CMYK 0 0.59 0.94 0.24
HSL 22.3º 0.88% 0.41% -
HSV(B) 22.3º 0.94% 0.76% -
XYZ 25.44 17.37 2.36 -
YUV 106.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 195 80 12 0 0.59 0.94 0.24 22.3 0.88 0.41
Hex C3 50 C 0 3B 5E 18 16 58 29
Octal 303 120 14 0 73 136 30 26 130 51
Binary 11000011 1010000 1100 0 111011 1011110 11000 10110 1011000 101001

Color Harmonies of #C3500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3500C

Black with #C3500C

Text Example


Text Example

White with #C3500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3500C; }

 p { color: rgb(195,80,12); }

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

background-color css

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

 a { background-color: rgb(195,80,12); }

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

border-color css

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

 span { border-color: rgb(195,80,12); }

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