Html Css Color HEX #CC500A Tenne (Tawny)

📋 copy color: '#CC500A'

red 204 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #CC500A

Tints of Tenne (Tawny) #CC500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 69.39%
G = 27.21%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC500A (or 0xCC500A) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 0A. RGB value is (204,80,10). Sum of RGB (Red+Green+Blue) = 204+80+10=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC500A is #33AFF5. Grayscale: #6D6D6D. Windows color (decimal): -3387382 or 676044. OLE color: 676044.

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

Color convert

RGB 204 80 10 -
CMYK 0 0.61 0.95 0.2
HSL 21.65º 0.91% 0.42% -
HSV(B) 21.65º 0.95% 0.8% -
XYZ 27.83 18.6 2.41 -
YUV 109.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 204 80 10 0 0.61 0.95 0.2 21.65 0.91 0.42
Hex CC 50 A 0 3D 5F 14 16 5B 2A
Octal 314 120 12 0 75 137 24 26 133 52
Binary 11001100 1010000 1010 0 111101 1011111 10100 10110 1011011 101010

Color Harmonies of #CC500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC500A

Black with #CC500A

Text Example


Text Example

White with #CC500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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