Html Css Color HEX #CC6301 Tenne (Tawny)

📋 copy color: '#CC6301'

red 204 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #CC6301

Tints of Tenne (Tawny) #CC6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 67.11%
G = 32.57%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC6301 (or 0xCC6301) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 01. RGB value is (204,99,1). Sum of RGB (Red+Green+Blue) = 204+99+1=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6301 is #339CFE. Grayscale: #777777. Windows color (decimal): -3382527 or 91084. OLE color: 91084.

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

Color convert

RGB 204 99 1 -
CMYK 0 0.51 1.00 0.2
HSL 28.97º 0.99% 0.4% -
HSV(B) 28.97º 1% 0.8% -
XYZ 29.37 21.76 2.68 -
YUV 119.22 61.29 188.47 -
System Red Green Blue C M Y K H S L
Decimal 204 99 1 0 0.51 1.00 0.2 28.97 0.99 0.4
Hex CC 63 1 0 33 64 14 1D 63 28
Octal 314 143 1 0 63 144 24 35 143 50
Binary 11001100 1100011 1 0 110011 1100100 10100 11101 1100011 101000

Color Harmonies of #CC6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6301

Black with #CC6301

Text Example


Text Example

White with #CC6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6301; }

 p { color: rgb(204,99,1); }

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

background-color css

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

 a { background-color: rgb(204,99,1); }

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

border-color css

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

 span { border-color: rgb(204,99,1); }

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