Html Css Color HEX #CC550C Tenne (Tawny)

📋 copy color: '#CC550C'

red 204 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #CC550C

Tints of Tenne (Tawny) #CC550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 67.77%
G = 28.24%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC550C (or 0xCC550C) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 0C. RGB value is (204,85,12). Sum of RGB (Red+Green+Blue) = 204+85+12=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC550C is #33AAF3. Grayscale: #707070. Windows color (decimal): -3386100 or 808396. OLE color: 808396.

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

Color convert

RGB 204 85 12 -
CMYK 0 0.58 0.94 0.2
HSL 22.81º 0.89% 0.42% -
HSV(B) 22.81º 0.94% 0.8% -
XYZ 28.22 19.36 2.6 -
YUV 112.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 204 85 12 0 0.58 0.94 0.2 22.81 0.89 0.42
Hex CC 55 C 0 3A 5E 14 17 59 2A
Octal 314 125 14 0 72 136 24 27 131 52
Binary 11001100 1010101 1100 0 111010 1011110 10100 10111 1011001 101010

Color Harmonies of #CC550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC550C

Black with #CC550C

Text Example


Text Example

White with #CC550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC550C; }

 p { color: rgb(204,85,12); }

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

background-color css

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

 a { background-color: rgb(204,85,12); }

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

border-color css

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

 span { border-color: rgb(204,85,12); }

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