Html Css Color HEX #CC5018 Tenne (Tawny)

📋 copy color: '#CC5018'

red 204 ◦ green 80 ◦ blue 24

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

Shades of Tenne (Tawny) #CC5018

Tints of Tenne (Tawny) #CC5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 66.23%
G = 25.97%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC5018 (or 0xCC5018) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 18. RGB value is (204,80,24). Sum of RGB (Red+Green+Blue) = 204+80+24=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5018 is #33AFE7. Grayscale: #6F6F6F. Windows color (decimal): -3387368 or 1593548. OLE color: 1593548.

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

Color convert

RGB 204 80 24 -
CMYK 0 0.61 0.88 0.2
HSL 18.67º 0.79% 0.45% -
HSV(B) 18.67º 0.88% 0.8% -
XYZ 27.94 18.64 2.99 -
YUV 110.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 204 80 24 0 0.61 0.88 0.2 18.67 0.79 0.45
Hex CC 50 18 0 3D 58 14 13 4F 2D
Octal 314 120 30 0 75 130 24 23 117 55
Binary 11001100 1010000 11000 0 111101 1011000 10100 10011 1001111 101101

Color Harmonies of #CC5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5018

Black with #CC5018

Text Example


Text Example

White with #CC5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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