Html Css Color HEX #C35F0C Tenne (Tawny)

📋 copy color: '#C35F0C'

red 195 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #C35F0C

Tints of Tenne (Tawny) #C35F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 64.57%
G = 31.46%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C35F0C (or 0xC35F0C) is known color: Tenne (Tawny). HEX triplet: C3, 5F and 0C. RGB value is (195,95,12). Sum of RGB (Red+Green+Blue) = 195+95+12=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F0C is #3CA0F3. Grayscale: #737373. Windows color (decimal): -3973364 or 810947. OLE color: 810947.

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

Color convert

RGB 195 95 12 -
CMYK 0 0.51 0.94 0.24
HSL 27.21º 0.88% 0.41% -
HSV(B) 27.21º 0.94% 0.76% -
XYZ 26.66 19.81 2.77 -
YUV 115.44 69.63 184.75 -
System Red Green Blue C M Y K H S L
Decimal 195 95 12 0 0.51 0.94 0.24 27.21 0.88 0.41
Hex C3 5F C 0 33 5E 18 1B 58 29
Octal 303 137 14 0 63 136 30 33 130 51
Binary 11000011 1011111 1100 0 110011 1011110 11000 11011 1011000 101001

Color Harmonies of #C35F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F0C

Black with #C35F0C

Text Example


Text Example

White with #C35F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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