Html Css Color HEX #CC520D Tenne (Tawny)

📋 copy color: '#CC520D'

red 204 ◦ green 82 ◦ blue 13

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

Shades of Tenne (Tawny) #CC520D

Tints of Tenne (Tawny) #CC520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 68.23%
G = 27.42%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC520D (or 0xCC520D) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 0D. RGB value is (204,82,13). Sum of RGB (Red+Green+Blue) = 204+82+13=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC520D is #33ADF2. Grayscale: #6F6F6F. Windows color (decimal): -3386867 or 873164. OLE color: 873164.

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

Color convert

RGB 204 82 13 -
CMYK 0 0.60 0.94 0.2
HSL 21.68º 0.88% 0.43% -
HSV(B) 21.68º 0.94% 0.8% -
XYZ 27.99 18.9 2.55 -
YUV 110.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 204 82 13 0 0.60 0.94 0.2 21.68 0.88 0.43
Hex CC 52 D 0 3C 5E 14 16 58 2B
Octal 314 122 15 0 74 136 24 26 130 53
Binary 11001100 1010010 1101 0 111100 1011110 10100 10110 1011000 101011

Color Harmonies of #CC520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC520D

Black with #CC520D

Text Example


Text Example

White with #CC520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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