Html Css Color HEX #CC470B Tenne (Tawny)

📋 copy color: '#CC470B'

red 204 ◦ green 71 ◦ blue 11

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

Shades of Tenne (Tawny) #CC470B

Tints of Tenne (Tawny) #CC470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 71.33%
G = 24.83%
B = 3.85%

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

#CC470B (or 0xCC470B) is known color: Tenne (Tawny). HEX triplet: CC, 47 and 0B. RGB value is (204,71,11). Sum of RGB (Red+Green+Blue) = 204+71+11=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC470B is #33B8F4. Grayscale: #686868. Windows color (decimal): -3389685 or 739276. OLE color: 739276.

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

Color convert

RGB 204 71 11 -
CMYK 0 0.65 0.95 0.2
HSL 18.65º 0.9% 0.42% -
HSV(B) 18.65º 0.95% 0.8% -
XYZ 27.22 17.37 2.23 -
YUV 103.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 204 71 11 0 0.65 0.95 0.2 18.65 0.9 0.42
Hex CC 47 B 0 41 5F 14 13 5A 2A
Octal 314 107 13 0 101 137 24 23 132 52
Binary 11001100 1000111 1011 0 1000001 1011111 10100 10011 1011010 101010

Color Harmonies of #CC470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC470B

Black with #CC470B

Text Example


Text Example

White with #CC470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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