Html Css Color HEX #C35305 Tenne (Tawny)

📋 copy color: '#C35305'

red 195 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #C35305

Tints of Tenne (Tawny) #C35305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 68.9%
G = 29.33%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C35305 (or 0xC35305) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 05. RGB value is (195,83,5). Sum of RGB (Red+Green+Blue) = 195+83+5=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35305 is #3CACFA. Grayscale: #6C6C6C. Windows color (decimal): -3976443 or 349123. OLE color: 349123.

HSL color Cylindrical-coordinate representation of color #C35305: hue angle of 24.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C35305 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 5 -
CMYK 0 0.57 0.97 0.24
HSL 24.63º 0.95% 0.39% -
HSV(B) 24.63º 0.97% 0.76% -
XYZ 25.63 17.8 2.23 -
YUV 107.6 70.11 190.34 -
System Red Green Blue C M Y K H S L
Decimal 195 83 5 0 0.57 0.97 0.24 24.63 0.95 0.39
Hex C3 53 5 0 39 61 18 19 5F 27
Octal 303 123 5 0 71 141 30 31 137 47
Binary 11000011 1010011 101 0 111001 1100001 11000 11001 1011111 100111

Color Harmonies of #C35305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35305

Black with #C35305

Text Example


Text Example

White with #C35305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35305; }

 p { color: rgb(195,83,5); }

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

background-color css

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

 a { background-color: rgb(195,83,5); }

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

border-color css

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

 span { border-color: rgb(195,83,5); }

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