Html Css Color HEX #C94402 Tenne (Tawny)

📋 copy color: '#C94402'

red 201 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #C94402

Tints of Tenne (Tawny) #C94402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 74.17%
G = 25.09%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C94402 (or 0xC94402) is known color: Tenne (Tawny). HEX triplet: C9, 44 and 02. RGB value is (201,68,2). Sum of RGB (Red+Green+Blue) = 201+68+2=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C94402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94402 is #36BBFD. Grayscale: #646464. Windows color (decimal): -3587070 or 148681. OLE color: 148681.

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

Color convert

RGB 201 68 2 -
CMYK 0 0.66 0.99 0.21
HSL 19.9º 0.98% 0.4% -
HSV(B) 19.9º 0.99% 0.79% -
XYZ 26.17 16.56 1.87 -
YUV 100.24 72.56 199.87 -
System Red Green Blue C M Y K H S L
Decimal 201 68 2 0 0.66 0.99 0.21 19.9 0.98 0.4
Hex C9 44 2 0 42 63 15 14 62 28
Octal 311 104 2 0 102 143 25 24 142 50
Binary 11001001 1000100 10 0 1000010 1100011 10101 10100 1100010 101000

Color Harmonies of #C94402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94402

Black with #C94402

Text Example


Text Example

White with #C94402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94402; }

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

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

background-color css

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

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

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

border-color css

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

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

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