Html Css Color HEX #CC560D Tenne (Tawny)

📋 copy color: '#CC560D'

red 204 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #CC560D

Tints of Tenne (Tawny) #CC560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

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

R = 67.33%
G = 28.38%
B = 4.29%

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

#CC560D (or 0xCC560D) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 0D. RGB value is (204,86,13). Sum of RGB (Red+Green+Blue) = 204+86+13=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560D is #33A9F2. Grayscale: #717171. Windows color (decimal): -3385843 or 874188. OLE color: 874188.

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

Color convert

RGB 204 86 13 -
CMYK 0 0.58 0.94 0.2
HSL 22.93º 0.88% 0.43% -
HSV(B) 22.93º 0.94% 0.8% -
XYZ 28.3 19.52 2.66 -
YUV 112.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 204 86 13 0 0.58 0.94 0.2 22.93 0.88 0.43
Hex CC 56 D 0 3A 5E 14 17 58 2B
Octal 314 126 15 0 72 136 24 27 130 53
Binary 11001100 1010110 1101 0 111010 1011110 10100 10111 1011000 101011

Color Harmonies of #CC560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC560D

Black with #CC560D

Text Example


Text Example

White with #CC560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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