Html Css Color HEX #CC6000 Tenne (Tawny)

📋 copy color: '#CC6000'

red 204 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #CC6000

Tints of Tenne (Tawny) #CC6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 68%
G = 32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC6000 (or 0xCC6000) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 00. RGB value is (204,96,0). Sum of RGB (Red+Green+Blue) = 204+96+0=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6000 is #339FFF. Grayscale: #757575. Windows color (decimal): -3383296 or 24780. OLE color: 24780.

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

Color convert

RGB 204 96 0 -
CMYK 0 0.53 1 0.2
HSL 28.24º 1% 0.4% -
HSV(B) 28.24º 1% 0.8% -
XYZ 29.08 21.2 2.56 -
YUV 117.35 61.78 189.81 -
System Red Green Blue C M Y K H S L
Decimal 204 96 0 0 0.53 1 0.2 28.24 1 0.4
Hex CC 60 0 0 35 64 14 1C 64 28
Octal 314 140 0 0 65 144 24 34 144 50
Binary 11001100 1100000 0 0 110101 1100100 10100 11100 1100100 101000

Color Harmonies of #CC6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6000

Black with #CC6000

Text Example


Text Example

White with #CC6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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