Html Css Color HEX #CC560F Tenne (Tawny)

📋 copy color: '#CC560F'

red 204 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #CC560F

Tints of Tenne (Tawny) #CC560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 66.89%
G = 28.2%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC560F (or 0xCC560F) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 0F. RGB value is (204,86,15). Sum of RGB (Red+Green+Blue) = 204+86+15=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560F is #33A9F0. Grayscale: #717171. Windows color (decimal): -3385841 or 1005260. OLE color: 1005260.

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

Color convert

RGB 204 86 15 -
CMYK 0 0.58 0.93 0.2
HSL 22.54º 0.86% 0.43% -
HSV(B) 22.54º 0.93% 0.8% -
XYZ 28.32 19.53 2.73 -
YUV 113.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 204 86 15 0 0.58 0.93 0.2 22.54 0.86 0.43
Hex CC 56 F 0 3A 5D 14 17 56 2B
Octal 314 126 17 0 72 135 24 27 126 53
Binary 11001100 1010110 1111 0 111010 1011101 10100 10111 1010110 101011

Color Harmonies of #CC560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC560F

Black with #CC560F

Text Example


Text Example

White with #CC560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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