Html Css Color HEX #CC480A Tenne (Tawny)

📋 copy color: '#CC480A'

red 204 ◦ green 72 ◦ blue 10

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

Shades of Tenne (Tawny) #CC480A

Tints of Tenne (Tawny) #CC480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

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

R = 71.33%
G = 25.17%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC480A (or 0xCC480A) is known color: Tenne (Tawny). HEX triplet: CC, 48 and 0A. RGB value is (204,72,10). Sum of RGB (Red+Green+Blue) = 204+72+10=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC480A is #33B7F5. Grayscale: #686868. Windows color (decimal): -3389430 or 673996. OLE color: 673996.

HSL color Cylindrical-coordinate representation of color #CC480A: hue angle of 19.18º 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 #CC480A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 10 -
CMYK 0 0.65 0.95 0.2
HSL 19.18º 0.91% 0.42% -
HSV(B) 19.18º 0.95% 0.8% -
XYZ 27.27 17.49 2.23 -
YUV 104.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 204 72 10 0 0.65 0.95 0.2 19.18 0.91 0.42
Hex CC 48 A 0 41 5F 14 13 5B 2A
Octal 314 110 12 0 101 137 24 23 133 52
Binary 11001100 1001000 1010 0 1000001 1011111 10100 10011 1011011 101010

Color Harmonies of #CC480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC480A

Black with #CC480A

Text Example


Text Example

White with #CC480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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