Html Css Color HEX #CC5308 Tenne (Tawny)

📋 copy color: '#CC5308'

red 204 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5308

Tints of Tenne (Tawny) #CC5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 69.15%
G = 28.14%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5308 (or 0xCC5308) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 08. RGB value is (204,83,8). Sum of RGB (Red+Green+Blue) = 204+83+8=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5308 is #33ACF7. Grayscale: #6F6F6F. Windows color (decimal): -3386616 or 545740. OLE color: 545740.

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

Color convert

RGB 204 83 8 -
CMYK 0 0.59 0.96 0.2
HSL 22.96º 0.92% 0.42% -
HSV(B) 22.96º 0.96% 0.8% -
XYZ 28.04 19.04 2.43 -
YUV 110.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 204 83 8 0 0.59 0.96 0.2 22.96 0.92 0.42
Hex CC 53 8 0 3B 60 14 17 5C 2A
Octal 314 123 10 0 73 140 24 27 134 52
Binary 11001100 1010011 1000 0 111011 1100000 10100 10111 1011100 101010

Color Harmonies of #CC5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5308

Black with #CC5308

Text Example


Text Example

White with #CC5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5308; }

 p { color: rgb(204,83,8); }

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

background-color css

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

 a { background-color: rgb(204,83,8); }

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

border-color css

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

 span { border-color: rgb(204,83,8); }

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