Html Css Color HEX #CC560A Tenne (Tawny)

📋 copy color: '#CC560A'

red 204 ◦ green 86 ◦ blue 10

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

Shades of Tenne (Tawny) #CC560A

Tints of Tenne (Tawny) #CC560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 68%
G = 28.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC560A (or 0xCC560A) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 0A. RGB value is (204,86,10). Sum of RGB (Red+Green+Blue) = 204+86+10=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560A is #33A9F5. Grayscale: #717171. Windows color (decimal): -3385846 or 677580. OLE color: 677580.

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

Color convert

RGB 204 86 10 -
CMYK 0 0.58 0.95 0.2
HSL 23.51º 0.91% 0.42% -
HSV(B) 23.51º 0.95% 0.8% -
XYZ 28.28 19.51 2.56 -
YUV 112.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 204 86 10 0 0.58 0.95 0.2 23.51 0.91 0.42
Hex CC 56 A 0 3A 5F 14 18 5B 2A
Octal 314 126 12 0 72 137 24 30 133 52
Binary 11001100 1010110 1010 0 111010 1011111 10100 11000 1011011 101010

Color Harmonies of #CC560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC560A

Black with #CC560A

Text Example


Text Example

White with #CC560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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