Html Css Color HEX #CC510C Tenne (Tawny)

📋 copy color: '#CC510C'

red 204 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #CC510C

Tints of Tenne (Tawny) #CC510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 68.69%
G = 27.27%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC510C (or 0xCC510C) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 0C. RGB value is (204,81,12). Sum of RGB (Red+Green+Blue) = 204+81+12=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC510C is #33AEF3. Grayscale: #6E6E6E. Windows color (decimal): -3387124 or 807372. OLE color: 807372.

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

Color convert

RGB 204 81 12 -
CMYK 0 0.60 0.94 0.2
HSL 21.56º 0.89% 0.42% -
HSV(B) 21.56º 0.94% 0.8% -
XYZ 27.91 18.75 2.5 -
YUV 109.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 204 81 12 0 0.60 0.94 0.2 21.56 0.89 0.42
Hex CC 51 C 0 3C 5E 14 16 59 2A
Octal 314 121 14 0 74 136 24 26 131 52
Binary 11001100 1010001 1100 0 111100 1011110 10100 10110 1011001 101010

Color Harmonies of #CC510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC510C

Black with #CC510C

Text Example


Text Example

White with #CC510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC510C; }

 p { color: rgb(204,81,12); }

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

background-color css

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

 a { background-color: rgb(204,81,12); }

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

border-color css

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

 span { border-color: rgb(204,81,12); }

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