Html Css Color HEX #C3500A Tenne (Tawny)

📋 copy color: '#C3500A'

red 195 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #C3500A

Tints of Tenne (Tawny) #C3500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 68.42%
G = 28.07%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3500A (or 0xC3500A) is known color: Tenne (Tawny). HEX triplet: C3, 50 and 0A. RGB value is (195,80,10). Sum of RGB (Red+Green+Blue) = 195+80+10=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C3500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3500A is #3CAFF5. Grayscale: #6A6A6A. Windows color (decimal): -3977206 or 676035. OLE color: 676035.

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

Color convert

RGB 195 80 10 -
CMYK 0 0.59 0.95 0.24
HSL 22.7º 0.9% 0.4% -
HSV(B) 22.7º 0.95% 0.76% -
XYZ 25.43 17.36 2.3 -
YUV 106.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 195 80 10 0 0.59 0.95 0.24 22.7 0.9 0.4
Hex C3 50 A 0 3B 5F 18 17 5A 28
Octal 303 120 12 0 73 137 30 27 132 50
Binary 11000011 1010000 1010 0 111011 1011111 11000 10111 1011010 101000

Color Harmonies of #C3500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3500A

Black with #C3500A

Text Example


Text Example

White with #C3500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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