Html Css Color HEX #CC6100 Tenne (Tawny)

📋 copy color: '#CC6100'

red 204 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #CC6100

Tints of Tenne (Tawny) #CC6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.77%
G = 32.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC6100 (or 0xCC6100) is known color: Tenne (Tawny). HEX triplet: CC, 61 and 00. RGB value is (204,97,0). Sum of RGB (Red+Green+Blue) = 204+97+0=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6100 is #339EFF. Grayscale: #767676. Windows color (decimal): -3383040 or 25036. OLE color: 25036.

HSL color Cylindrical-coordinate representation of color #CC6100: hue angle of 28.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC6100 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 0 -
CMYK 0 0.52 1 0.2
HSL 28.53º 1% 0.4% -
HSV(B) 28.53º 1% 0.8% -
XYZ 29.18 21.39 2.59 -
YUV 117.94 61.45 189.39 -
System Red Green Blue C M Y K H S L
Decimal 204 97 0 0 0.52 1 0.2 28.53 1 0.4
Hex CC 61 0 0 34 64 14 1D 64 28
Octal 314 141 0 0 64 144 24 35 144 50
Binary 11001100 1100001 0 0 110100 1100100 10100 11101 1100100 101000

Color Harmonies of #CC6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6100

Black with #CC6100

Text Example


Text Example

White with #CC6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6100; }

 p { color: rgb(204,97,0); }

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

background-color css

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

 a { background-color: rgb(204,97,0); }

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

border-color css

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

 span { border-color: rgb(204,97,0); }

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