Html Css Color HEX #CC5005 Tenne (Tawny)

📋 copy color: '#CC5005'

red 204 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #CC5005

Tints of Tenne (Tawny) #CC5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 70.59%
G = 27.68%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC5005 (or 0xCC5005) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 05. RGB value is (204,80,5). Sum of RGB (Red+Green+Blue) = 204+80+5=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5005 is #33AFFA. Grayscale: #6C6C6C. Windows color (decimal): -3387387 or 348364. OLE color: 348364.

HSL color Cylindrical-coordinate representation of color #CC5005: hue angle of 22.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC5005 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 5 -
CMYK 0 0.61 0.98 0.2
HSL 22.61º 0.95% 0.41% -
HSV(B) 22.61º 0.98% 0.8% -
XYZ 27.8 18.59 2.27 -
YUV 108.53 69.58 196.1 -
System Red Green Blue C M Y K H S L
Decimal 204 80 5 0 0.61 0.98 0.2 22.61 0.95 0.41
Hex CC 50 5 0 3D 62 14 17 5F 29
Octal 314 120 5 0 75 142 24 27 137 51
Binary 11001100 1010000 101 0 111101 1100010 10100 10111 1011111 101001

Color Harmonies of #CC5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5005

Black with #CC5005

Text Example


Text Example

White with #CC5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5005; }

 p { color: rgb(204,80,5); }

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

background-color css

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

 a { background-color: rgb(204,80,5); }

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

border-color css

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

 span { border-color: rgb(204,80,5); }

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