Html Css Color HEX #C35C0C Tenne (Tawny)

📋 copy color: '#C35C0C'

red 195 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #C35C0C

Tints of Tenne (Tawny) #C35C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 65.22%
G = 30.77%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C35C0C (or 0xC35C0C) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 0C. RGB value is (195,92,12). Sum of RGB (Red+Green+Blue) = 195+92+12=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C0C is #3CA3F3. Grayscale: #727272. Windows color (decimal): -3974132 or 810179. OLE color: 810179.

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

Color convert

RGB 195 92 12 -
CMYK 0 0.53 0.94 0.24
HSL 26.23º 0.88% 0.41% -
HSV(B) 26.23º 0.94% 0.76% -
XYZ 26.4 19.28 2.68 -
YUV 113.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 195 92 12 0 0.53 0.94 0.24 26.23 0.88 0.41
Hex C3 5C C 0 35 5E 18 1A 58 29
Octal 303 134 14 0 65 136 30 32 130 51
Binary 11000011 1011100 1100 0 110101 1011110 11000 11010 1011000 101001

Color Harmonies of #C35C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C0C

Black with #C35C0C

Text Example


Text Example

White with #C35C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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