Html Css Color HEX #CC470A Tenne (Tawny)

📋 copy color: '#CC470A'

red 204 ◦ green 71 ◦ blue 10

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

Shades of Tenne (Tawny) #CC470A

Tints of Tenne (Tawny) #CC470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 71.58%
G = 24.91%
B = 3.51%

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

#CC470A (or 0xCC470A) is known color: Tenne (Tawny). HEX triplet: CC, 47 and 0A. RGB value is (204,71,10). Sum of RGB (Red+Green+Blue) = 204+71+10=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC470A is #33B8F5. Grayscale: #686868. Windows color (decimal): -3389686 or 673740. OLE color: 673740.

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

Color convert

RGB 204 71 10 -
CMYK 0 0.65 0.95 0.2
HSL 18.87º 0.91% 0.42% -
HSV(B) 18.87º 0.95% 0.8% -
XYZ 27.21 17.37 2.2 -
YUV 103.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 204 71 10 0 0.65 0.95 0.2 18.87 0.91 0.42
Hex CC 47 A 0 41 5F 14 13 5B 2A
Octal 314 107 12 0 101 137 24 23 133 52
Binary 11001100 1000111 1010 0 1000001 1011111 10100 10011 1011011 101010

Color Harmonies of #CC470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC470A

Black with #CC470A

Text Example


Text Example

White with #CC470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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