Html Css Color HEX #CC5010 Tenne (Tawny)

📋 copy color: '#CC5010'

red 204 ◦ green 80 ◦ blue 16

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

Shades of Tenne (Tawny) #CC5010

Tints of Tenne (Tawny) #CC5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 68%
G = 26.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5010 (or 0xCC5010) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 10. RGB value is (204,80,16). Sum of RGB (Red+Green+Blue) = 204+80+16=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5010 is #33AFEF. Grayscale: #6E6E6E. Windows color (decimal): -3387376 or 1069260. OLE color: 1069260.

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

Color convert

RGB 204 80 16 -
CMYK 0 0.61 0.92 0.2
HSL 20.43º 0.85% 0.43% -
HSV(B) 20.43º 0.92% 0.8% -
XYZ 27.86 18.61 2.61 -
YUV 109.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 204 80 16 0 0.61 0.92 0.2 20.43 0.85 0.43
Hex CC 50 10 0 3D 5C 14 14 55 2B
Octal 314 120 20 0 75 134 24 24 125 53
Binary 11001100 1010000 10000 0 111101 1011100 10100 10100 1010101 101011

Color Harmonies of #CC5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5010

Black with #CC5010

Text Example


Text Example

White with #CC5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5010; }

 p { color: rgb(204,80,16); }

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

background-color css

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

 a { background-color: rgb(204,80,16); }

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

border-color css

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

 span { border-color: rgb(204,80,16); }

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