Html Css Color HEX #C34902 Tenne (Tawny)

📋 copy color: '#C34902'

red 195 ◦ green 73 ◦ blue 2

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

Shades of Tenne (Tawny) #C34902

Tints of Tenne (Tawny) #C34902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 72.22%
G = 27.04%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34902 (or 0xC34902) is known color: Tenne (Tawny). HEX triplet: C3, 49 and 02. RGB value is (195,73,2). Sum of RGB (Red+Green+Blue) = 195+73+2=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C34902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34902 is #3CB6FD. Grayscale: #656565. Windows color (decimal): -3979006 or 149955. OLE color: 149955.

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

Color convert

RGB 195 73 2 -
CMYK 0 0.63 0.99 0.24
HSL 22.07º 0.98% 0.39% -
HSV(B) 22.07º 0.99% 0.76% -
XYZ 24.9 16.37 1.91 -
YUV 101.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 195 73 2 0 0.63 0.99 0.24 22.07 0.98 0.39
Hex C3 49 2 0 3F 63 18 16 62 27
Octal 303 111 2 0 77 143 30 26 142 47
Binary 11000011 1001001 10 0 111111 1100011 11000 10110 1100010 100111

Color Harmonies of #C34902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34902

Black with #C34902

Text Example


Text Example

White with #C34902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34902; }

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

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

background-color css

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

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

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

border-color css

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

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

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