Html Css Color HEX #C34C00 Tenne (Tawny)

📋 copy color: '#C34C00'

red 195 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #C34C00

Tints of Tenne (Tawny) #C34C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.96%
G = 28.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34C00 (or 0xC34C00) is known color: Tenne (Tawny). HEX triplet: C3, 4C and 00. RGB value is (195,76,0). Sum of RGB (Red+Green+Blue) = 195+76+0=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34C00 is #3CB3FF. Grayscale: #676767. Windows color (decimal): -3978240 or 19651. OLE color: 19651.

HSL color Cylindrical-coordinate representation of color #C34C00: hue angle of 23.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C34C00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 0 -
CMYK 0 0.61 1 0.24
HSL 23.38º 1% 0.38% -
HSV(B) 23.38º 1% 0.76% -
XYZ 25.09 16.77 1.91 -
YUV 102.92 69.92 193.68 -
System Red Green Blue C M Y K H S L
Decimal 195 76 0 0 0.61 1 0.24 23.38 1 0.38
Hex C3 4C 0 0 3D 64 18 17 64 26
Octal 303 114 0 0 75 144 30 27 144 46
Binary 11000011 1001100 0 0 111101 1100100 11000 10111 1100100 100110

Color Harmonies of #C34C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C00

Black with #C34C00

Text Example


Text Example

White with #C34C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C00; }

 p { color: rgb(195,76,0); }

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

background-color css

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

 a { background-color: rgb(195,76,0); }

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

border-color css

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

 span { border-color: rgb(195,76,0); }

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