Html Css Color HEX #C94C09 Tenne (Tawny)

📋 copy color: '#C94C09'

red 201 ◦ green 76 ◦ blue 9

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

Shades of Tenne (Tawny) #C94C09

Tints of Tenne (Tawny) #C94C09

RGB

 RED value IS 201 (78.91% from 255) = 70.28%

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

 BLUE value IS 9 (3.91% from 255) = 3.15%

R = 70.28%
G = 26.57%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94C09 (or 0xC94C09) is known color: Tenne (Tawny). HEX triplet: C9, 4C and 09. RGB value is (201,76,9). Sum of RGB (Red+Green+Blue) = 201+76+9=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C09 is #36B3F6. Grayscale: #6A6A6A. Windows color (decimal): -3585015 or 609481. OLE color: 609481.

HSL color Cylindrical-coordinate representation of color #C94C09: hue angle of 20.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94C09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 9 -
CMYK 0 0.62 0.96 0.21
HSL 20.94º 0.91% 0.41% -
HSV(B) 20.94º 0.96% 0.79% -
XYZ 26.72 17.61 2.25 -
YUV 105.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 201 76 9 0 0.62 0.96 0.21 20.94 0.91 0.41
Hex C9 4C 9 0 3E 60 15 15 5B 29
Octal 311 114 11 0 76 140 25 25 133 51
Binary 11001001 1001100 1001 0 111110 1100000 10101 10101 1011011 101001

Color Harmonies of #C94C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C09

Black with #C94C09

Text Example


Text Example

White with #C94C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C09; }

 p { color: rgb(201,76,9); }

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

background-color css

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

 a { background-color: rgb(201,76,9); }

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

border-color css

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

 span { border-color: rgb(201,76,9); }

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