Html Css Color HEX #CC600C Tenne (Tawny)

📋 copy color: '#CC600C'

red 204 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #CC600C

Tints of Tenne (Tawny) #CC600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 65.38%
G = 30.77%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC600C (or 0xCC600C) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 0C. RGB value is (204,96,12). Sum of RGB (Red+Green+Blue) = 204+96+12=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC600C is #339FF3. Grayscale: #777777. Windows color (decimal): -3383284 or 811212. OLE color: 811212.

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

Color convert

RGB 204 96 12 -
CMYK 0 0.53 0.94 0.2
HSL 26.25º 0.89% 0.42% -
HSV(B) 26.25º 0.94% 0.8% -
XYZ 29.15 21.23 2.91 -
YUV 118.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 204 96 12 0 0.53 0.94 0.2 26.25 0.89 0.42
Hex CC 60 C 0 35 5E 14 1A 59 2A
Octal 314 140 14 0 65 136 24 32 131 52
Binary 11001100 1100000 1100 0 110101 1011110 10100 11010 1011001 101010

Color Harmonies of #CC600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC600C

Black with #CC600C

Text Example


Text Example

White with #CC600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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