Html Css Color HEX #CC4100 Tenne (Tawny)

📋 copy color: '#CC4100'

red 204 ◦ green 65 ◦ blue 0

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

Shades of Tenne (Tawny) #CC4100

Tints of Tenne (Tawny) #CC4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 75.84%
G = 24.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC4100 (or 0xCC4100) is known color: Tenne (Tawny). HEX triplet: CC, 41 and 00. RGB value is (204,65,0). Sum of RGB (Red+Green+Blue) = 204+65+0=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4100 is #33BEFF. Grayscale: #636363. Windows color (decimal): -3391232 or 16844. OLE color: 16844.

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

Color convert

RGB 204 65 0 -
CMYK 0 0.68 1 0.2
HSL 19.12º 1% 0.4% -
HSV(B) 19.12º 1% 0.8% -
XYZ 26.79 16.62 1.8 -
YUV 99.15 72.05 202.79 -
System Red Green Blue C M Y K H S L
Decimal 204 65 0 0 0.68 1 0.2 19.12 1 0.4
Hex CC 41 0 0 44 64 14 13 64 28
Octal 314 101 0 0 104 144 24 23 144 50
Binary 11001100 1000001 0 0 1000100 1100100 10100 10011 1100100 101000

Color Harmonies of #CC4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4100

Black with #CC4100

Text Example


Text Example

White with #CC4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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