Html Css Color HEX #CC490A Tenne (Tawny)

📋 copy color: '#CC490A'

red 204 ◦ green 73 ◦ blue 10

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

Shades of Tenne (Tawny) #CC490A

Tints of Tenne (Tawny) #CC490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 71.08%
G = 25.44%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC490A (or 0xCC490A) is known color: Tenne (Tawny). HEX triplet: CC, 49 and 0A. RGB value is (204,73,10). Sum of RGB (Red+Green+Blue) = 204+73+10=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC490A is #33B6F5. Grayscale: #696969. Windows color (decimal): -3389174 or 674252. OLE color: 674252.

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

Color convert

RGB 204 73 10 -
CMYK 0 0.64 0.95 0.2
HSL 19.48º 0.91% 0.42% -
HSV(B) 19.48º 0.95% 0.8% -
XYZ 27.34 17.62 2.25 -
YUV 104.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 204 73 10 0 0.64 0.95 0.2 19.48 0.91 0.42
Hex CC 49 A 0 40 5F 14 13 5B 2A
Octal 314 111 12 0 100 137 24 23 133 52
Binary 11001100 1001001 1010 0 1000000 1011111 10100 10011 1011011 101010

Color Harmonies of #CC490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC490A

Black with #CC490A

Text Example


Text Example

White with #CC490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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