Html Css Color HEX #CC490E Tenne (Tawny)

📋 copy color: '#CC490E'

red 204 ◦ green 73 ◦ blue 14

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

Shades of Tenne (Tawny) #CC490E

Tints of Tenne (Tawny) #CC490E

RGB

 RED value IS 204 (80.08% from 255) = 70.1%

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 70.1%
G = 25.09%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC490E (or 0xCC490E) is known color: Tenne (Tawny). HEX triplet: CC, 49 and 0E. RGB value is (204,73,14). Sum of RGB (Red+Green+Blue) = 204+73+14=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC490E is #33B6F1. Grayscale: #696969. Windows color (decimal): -3389170 or 936396. OLE color: 936396.

HSL color Cylindrical-coordinate representation of color #CC490E: hue angle of 18.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC490E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 14 -
CMYK 0 0.64 0.93 0.2
HSL 18.63º 0.87% 0.43% -
HSV(B) 18.63º 0.93% 0.8% -
XYZ 27.36 17.63 2.38 -
YUV 105.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 204 73 14 0 0.64 0.93 0.2 18.63 0.87 0.43
Hex CC 49 E 0 40 5D 14 13 57 2B
Octal 314 111 16 0 100 135 24 23 127 53
Binary 11001100 1001001 1110 0 1000000 1011101 10100 10011 1010111 101011

Color Harmonies of #CC490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC490E

Black with #CC490E

Text Example


Text Example

White with #CC490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC490E; }

 p { color: rgb(204,73,14); }

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

background-color css

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

 a { background-color: rgb(204,73,14); }

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

border-color css

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

 span { border-color: rgb(204,73,14); }

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