Html Css Color HEX #CC490D Tenne (Tawny)

📋 copy color: '#CC490D'

red 204 ◦ green 73 ◦ blue 13

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

Shades of Tenne (Tawny) #CC490D

Tints of Tenne (Tawny) #CC490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 70.34%
G = 25.17%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC490D (or 0xCC490D) is known color: Tenne (Tawny). HEX triplet: CC, 49 and 0D. RGB value is (204,73,13). Sum of RGB (Red+Green+Blue) = 204+73+13=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC490D is #33B6F2. Grayscale: #696969. Windows color (decimal): -3389171 or 870860. OLE color: 870860.

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

Color convert

RGB 204 73 13 -
CMYK 0 0.64 0.94 0.2
HSL 18.85º 0.88% 0.43% -
HSV(B) 18.85º 0.94% 0.8% -
XYZ 27.36 17.63 2.34 -
YUV 105.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 204 73 13 0 0.64 0.94 0.2 18.85 0.88 0.43
Hex CC 49 D 0 40 5E 14 13 58 2B
Octal 314 111 15 0 100 136 24 23 130 53
Binary 11001100 1001001 1101 0 1000000 1011110 10100 10011 1011000 101011

Color Harmonies of #CC490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC490D

Black with #CC490D

Text Example


Text Example

White with #CC490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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