Html Css Color HEX #CC610C Tenne (Tawny)

📋 copy color: '#CC610C'

red 204 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #CC610C

Tints of Tenne (Tawny) #CC610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 65.18%
G = 30.99%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC610C (or 0xCC610C) is known color: Tenne (Tawny). HEX triplet: CC, 61 and 0C. RGB value is (204,97,12). Sum of RGB (Red+Green+Blue) = 204+97+12=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC610C is #339EF3. Grayscale: #777777. Windows color (decimal): -3383028 or 811468. OLE color: 811468.

HSL color Cylindrical-coordinate representation of color #CC610C: hue angle of 26.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 #CC610C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 12 -
CMYK 0 0.52 0.94 0.2
HSL 26.56º 0.89% 0.42% -
HSV(B) 26.56º 0.94% 0.8% -
XYZ 29.24 21.41 2.94 -
YUV 119.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 204 97 12 0 0.52 0.94 0.2 26.56 0.89 0.42
Hex CC 61 C 0 34 5E 14 1B 59 2A
Octal 314 141 14 0 64 136 24 33 131 52
Binary 11001100 1100001 1100 0 110100 1011110 10100 11011 1011001 101010

Color Harmonies of #CC610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC610C

Black with #CC610C

Text Example


Text Example

White with #CC610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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