Html Css Color HEX #CC500E Tenne (Tawny)

📋 copy color: '#CC500E'

red 204 ◦ green 80 ◦ blue 14

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

Shades of Tenne (Tawny) #CC500E

Tints of Tenne (Tawny) #CC500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 68.46%
G = 26.85%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC500E (or 0xCC500E) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 0E. RGB value is (204,80,14). Sum of RGB (Red+Green+Blue) = 204+80+14=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC500E is #33AFF1. Grayscale: #6D6D6D. Windows color (decimal): -3387378 or 938188. OLE color: 938188.

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

Color convert

RGB 204 80 14 -
CMYK 0 0.61 0.93 0.2
HSL 20.84º 0.87% 0.43% -
HSV(B) 20.84º 0.93% 0.8% -
XYZ 27.85 18.61 2.54 -
YUV 109.55 74.08 195.37 -
System Red Green Blue C M Y K H S L
Decimal 204 80 14 0 0.61 0.93 0.2 20.84 0.87 0.43
Hex CC 50 E 0 3D 5D 14 15 57 2B
Octal 314 120 16 0 75 135 24 25 127 53
Binary 11001100 1010000 1110 0 111101 1011101 10100 10101 1010111 101011

Color Harmonies of #CC500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC500E

Black with #CC500E

Text Example


Text Example

White with #CC500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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