Html Css Color HEX #CC4E10 Tenne (Tawny)

📋 copy color: '#CC4E10'

red 204 ◦ green 78 ◦ blue 16

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

Shades of Tenne (Tawny) #CC4E10

Tints of Tenne (Tawny) #CC4E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 68.46%
G = 26.17%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4E10 (or 0xCC4E10) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 10. RGB value is (204,78,16). Sum of RGB (Red+Green+Blue) = 204+78+16=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E10 is #33B1EF. Grayscale: #6C6C6C. Windows color (decimal): -3387888 or 1068748. OLE color: 1068748.

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

Color convert

RGB 204 78 16 -
CMYK 0 0.62 0.92 0.2
HSL 19.79º 0.85% 0.43% -
HSV(B) 19.79º 0.92% 0.8% -
XYZ 27.72 18.32 2.57 -
YUV 108.61 75.74 196.04 -
System Red Green Blue C M Y K H S L
Decimal 204 78 16 0 0.62 0.92 0.2 19.79 0.85 0.43
Hex CC 4E 10 0 3E 5C 14 14 55 2B
Octal 314 116 20 0 76 134 24 24 125 53
Binary 11001100 1001110 10000 0 111110 1011100 10100 10100 1010101 101011

Color Harmonies of #CC4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E10

Black with #CC4E10

Text Example


Text Example

White with #CC4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E10; }

 p { color: rgb(204,78,16); }

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

background-color css

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

 a { background-color: rgb(204,78,16); }

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

border-color css

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

 span { border-color: rgb(204,78,16); }

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