Html Css Color HEX #C94A02 Tenne (Tawny)

📋 copy color: '#C94A02'

red 201 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #C94A02

Tints of Tenne (Tawny) #C94A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

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

R = 72.56%
G = 26.71%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C94A02 (or 0xC94A02) is known color: Tenne (Tawny). HEX triplet: C9, 4A and 02. RGB value is (201,74,2). Sum of RGB (Red+Green+Blue) = 201+74+2=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A02 is #36B5FD. Grayscale: #686868. Windows color (decimal): -3585534 or 150217. OLE color: 150217.

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

Color convert

RGB 201 74 2 -
CMYK 0 0.63 0.99 0.21
HSL 21.71º 0.98% 0.4% -
HSV(B) 21.71º 0.99% 0.79% -
XYZ 26.55 17.32 2 -
YUV 103.77 70.58 197.35 -
System Red Green Blue C M Y K H S L
Decimal 201 74 2 0 0.63 0.99 0.21 21.71 0.98 0.4
Hex C9 4A 2 0 3F 63 15 16 62 28
Octal 311 112 2 0 77 143 25 26 142 50
Binary 11001001 1001010 10 0 111111 1100011 10101 10110 1100010 101000

Color Harmonies of #C94A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A02

Black with #C94A02

Text Example


Text Example

White with #C94A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A02; }

 p { color: rgb(201,74,2); }

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

background-color css

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

 a { background-color: rgb(201,74,2); }

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

border-color css

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

 span { border-color: rgb(201,74,2); }

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