Html Css Color HEX #CC5D11 Tenne (Tawny)

📋 copy color: '#CC5D11'

red 204 ◦ green 93 ◦ blue 17

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

Shades of Tenne (Tawny) #CC5D11

Tints of Tenne (Tawny) #CC5D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 64.97%
G = 29.62%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5D11 (or 0xCC5D11) is known color: Tenne (Tawny). HEX triplet: CC, 5D and 11. RGB value is (204,93,17). Sum of RGB (Red+Green+Blue) = 204+93+17=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5D11 is #33A2EE. Grayscale: #757575. Windows color (decimal): -3384047 or 1138124. OLE color: 1138124.

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

Color convert

RGB 204 93 17 -
CMYK 0 0.54 0.92 0.2
HSL 24.39º 0.85% 0.43% -
HSV(B) 24.39º 0.92% 0.8% -
XYZ 28.92 20.71 3 -
YUV 117.53 71.27 189.68 -
System Red Green Blue C M Y K H S L
Decimal 204 93 17 0 0.54 0.92 0.2 24.39 0.85 0.43
Hex CC 5D 11 0 36 5C 14 18 55 2B
Octal 314 135 21 0 66 134 24 30 125 53
Binary 11001100 1011101 10001 0 110110 1011100 10100 11000 1010101 101011

Color Harmonies of #CC5D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D11

Black with #CC5D11

Text Example


Text Example

White with #CC5D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D11; }

 p { color: rgb(204,93,17); }

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

background-color css

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

 a { background-color: rgb(204,93,17); }

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

border-color css

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

 span { border-color: rgb(204,93,17); }

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