Html Css Color HEX #C35302 Tenne (Tawny)

📋 copy color: '#C35302'

red 195 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #C35302

Tints of Tenne (Tawny) #C35302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 69.64%
G = 29.64%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C35302 (or 0xC35302) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 02. RGB value is (195,83,2). Sum of RGB (Red+Green+Blue) = 195+83+2=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C35302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35302 is #3CACFD. Grayscale: #6B6B6B. Windows color (decimal): -3976446 or 152515. OLE color: 152515.

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

Color convert

RGB 195 83 2 -
CMYK 0 0.57 0.99 0.24
HSL 25.18º 0.98% 0.39% -
HSV(B) 25.18º 0.99% 0.76% -
XYZ 25.61 17.79 2.14 -
YUV 107.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 195 83 2 0 0.57 0.99 0.24 25.18 0.98 0.39
Hex C3 53 2 0 39 63 18 19 62 27
Octal 303 123 2 0 71 143 30 31 142 47
Binary 11000011 1010011 10 0 111001 1100011 11000 11001 1100010 100111

Color Harmonies of #C35302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35302

Black with #C35302

Text Example


Text Example

White with #C35302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35302; }

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

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

background-color css

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

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

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

border-color css

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

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

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