Html Css Color HEX #CC550D Tenne (Tawny)

📋 copy color: '#CC550D'

red 204 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #CC550D

Tints of Tenne (Tawny) #CC550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 67.55%
G = 28.15%
B = 4.3%

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

#CC550D (or 0xCC550D) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 0D. RGB value is (204,85,13). Sum of RGB (Red+Green+Blue) = 204+85+13=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC550D is #33AAF2. Grayscale: #707070. Windows color (decimal): -3386099 or 873932. OLE color: 873932.

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

Color convert

RGB 204 85 13 -
CMYK 0 0.58 0.94 0.2
HSL 22.62º 0.88% 0.43% -
HSV(B) 22.62º 0.94% 0.8% -
XYZ 28.22 19.36 2.63 -
YUV 112.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 204 85 13 0 0.58 0.94 0.2 22.62 0.88 0.43
Hex CC 55 D 0 3A 5E 14 17 58 2B
Octal 314 125 15 0 72 136 24 27 130 53
Binary 11001100 1010101 1101 0 111010 1011110 10100 10111 1011000 101011

Color Harmonies of #CC550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC550D

Black with #CC550D

Text Example


Text Example

White with #CC550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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