Html Css Color HEX #C94B05 Tenne (Tawny)

📋 copy color: '#C94B05'

red 201 ◦ green 75 ◦ blue 5

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

Shades of Tenne (Tawny) #C94B05

Tints of Tenne (Tawny) #C94B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 71.53%
G = 26.69%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C94B05 (or 0xC94B05) is known color: Tenne (Tawny). HEX triplet: C9, 4B and 05. RGB value is (201,75,5). Sum of RGB (Red+Green+Blue) = 201+75+5=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B05 is #36B4FA. Grayscale: #696969. Windows color (decimal): -3585275 or 347081. OLE color: 347081.

HSL color Cylindrical-coordinate representation of color #C94B05: hue angle of 21.43º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C94B05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 75 5 -
CMYK 0 0.63 0.98 0.21
HSL 21.43º 0.95% 0.4% -
HSV(B) 21.43º 0.98% 0.79% -
XYZ 26.63 17.46 2.11 -
YUV 104.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 201 75 5 0 0.63 0.98 0.21 21.43 0.95 0.4
Hex C9 4B 5 0 3F 62 15 15 5F 28
Octal 311 113 5 0 77 142 25 25 137 50
Binary 11001001 1001011 101 0 111111 1100010 10101 10101 1011111 101000

Color Harmonies of #C94B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B05

Black with #C94B05

Text Example


Text Example

White with #C94B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B05; }

 p { color: rgb(201,75,5); }

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

background-color css

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

 a { background-color: rgb(201,75,5); }

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

border-color css

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

 span { border-color: rgb(201,75,5); }

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